diff --git a/repo_mirror/docker-compose.yml b/repo_mirror/docker-compose.yml index 85a344f..4ae1ecb 100644 --- a/repo_mirror/docker-compose.yml +++ b/repo_mirror/docker-compose.yml @@ -25,18 +25,7 @@ services: image: debian:stable container_name: debian-sync volumes: - - /share/docker_data/repo_mirror/data/debian:/mirror - command: > - bash -c " - apt update && - apt install -y debmirror && - debmirror --arch=amd64 - --method=http - --host=deb.debian.org - --root=/debian - --dist=bookworm - --section=main - --nosource - /mirror - " + - /share/docker_data/repo_mirror/data/debian/13:/mirror + - /share/docker_data/repo_mirror/data/debian13.sh:/debian13.sh + command: /debian13.sh restart: "no" \ No newline at end of file