Added a volume to compose for custom list

This commit is contained in:
2026-01-25 00:07:09 +01:00
parent c253398809
commit 7c9c51b5aa

View File

@@ -5,6 +5,8 @@ services:
container_name: Debian_Mirrors_Updater container_name: Debian_Mirrors_Updater
# build: ./ # build: ./
image: tea.shupogaki.org/yuruc3/debianrepolist:v0.4.1 image: tea.shupogaki.org/yuruc3/debianrepolist:v0.4.1
volumes:
- ./customRepoList.list:/etc/debmirror/customRepoList.list
environment: environment:
- GITURLPROTO=https - GITURLPROTO=https
- GITURL=tea.shupogaki.org - GITURL=tea.shupogaki.org