From 463f8a328401d30fc607c5c9b4efd54770c0e368 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 25 Feb 2026 20:40:18 +0100 Subject: [PATCH] build --- repo_mirror/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo_mirror/docker-compose.yml b/repo_mirror/docker-compose.yml index 05c9f0a..814db87 100644 --- a/repo_mirror/docker-compose.yml +++ b/repo_mirror/docker-compose.yml @@ -19,8 +19,8 @@ services: user: root volumes: - /share/docker_data/repo_mirror/data/debian:/mirror - - /share/docker_data/repo_mirror/scripts/debian13.sh:/debian13.sh - command: /debian13.sh + - /share/docker_data/repo_mirror/scripts/debian.sh:/debian.sh + command: /debian.sh restart: "no" # Ubuntu mirror ubuntu-sync: @@ -40,7 +40,7 @@ services: - "8383:80" volumes: - /media/m-server/repos/ubuntu/:/usr/share/nginx/html/ubuntu - - /share/docker_data/repo_mirror/data/rocky:/usr/share/nginx/html/rocky + - /media/nas/qda_1/repos/rocky/:/usr/share/nginx/html/rocky - /share/docker_data/repo_mirror/data/debian:/usr/share/nginx/html/debian - /share/docker_data/repo_mirror/config/nginx.conf:/etc/nginx/nginx.conf:ro restart: unless-stopped \ No newline at end of file