From 5d2c868f10f3d324727f8775bd20fb6880cde16c Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 22 Feb 2026 23:39:50 +0100 Subject: [PATCH] build --- repo_mirror/docker-compose.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/repo_mirror/docker-compose.yml b/repo_mirror/docker-compose.yml index 51b9bf1..734f5d5 100644 --- a/repo_mirror/docker-compose.yml +++ b/repo_mirror/docker-compose.yml @@ -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: