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