This commit is contained in:
2026-02-22 23:39:50 +01:00
parent 4f591ca9f2
commit 5d2c868f10

View File

@@ -16,17 +16,8 @@ services:
container_name: rocky9-sync
volumes:
- /share/docker_data/repo_mirror/data/rocky/9:/repos
command: >
bash -c "
dnf install -y dnf-plugins-core &&
dnf reposync
--repoid=baseos
--repoid=appstream
--repoid=extras
--download-path=/repos
--download-metadata
--delete
"
- /share/docker_data/repo_mirror/data/rocky9.sh:/rocky9.sh
command: /rocky9.sh
restart: "no"
debian-sync: