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:
@@ -25,18 +25,7 @@ services:
|
|||||||
image: debian:stable
|
image: debian:stable
|
||||||
container_name: debian-sync
|
container_name: debian-sync
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/repo_mirror/data/debian:/mirror
|
- /share/docker_data/repo_mirror/data/debian/13:/mirror
|
||||||
command: >
|
- /share/docker_data/repo_mirror/data/debian13.sh:/debian13.sh
|
||||||
bash -c "
|
command: /debian13.sh
|
||||||
apt update &&
|
|
||||||
apt install -y debmirror &&
|
|
||||||
debmirror --arch=amd64
|
|
||||||
--method=http
|
|
||||||
--host=deb.debian.org
|
|
||||||
--root=/debian
|
|
||||||
--dist=bookworm
|
|
||||||
--section=main
|
|
||||||
--nosource
|
|
||||||
/mirror
|
|
||||||
"
|
|
||||||
restart: "no"
|
restart: "no"
|
||||||
Reference in New Issue
Block a user