mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-03-15 06:40:00 +01:00
build
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user