From b5daa5ad7b0b7bb0a66e65b4ddd06d5832bc0112 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Feb 2026 00:04:32 +0100 Subject: [PATCH] build --- repo_mirror/docker-compose.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) 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