From e463f074f2a9823e5a5d7b7a76ff710e8427264a Mon Sep 17 00:00:00 2001 From: Michael Schiemer Date: Fri, 31 Oct 2025 18:09:09 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20docker-dind=20insecure-registry=20Konfig?= =?UTF-8?q?uration=20f=C3=BCr=20HTTP-Registry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fügt insecure-registry Flags für 94.16.110.151:5000 hinzu - Erlaubt HTTP-Zugriff auf Registry ohne SSL-Zertifikatsprüfung --- deployment/gitea-runner/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/gitea-runner/docker-compose.yml b/deployment/gitea-runner/docker-compose.yml index 7cc238df..9202822e 100644 --- a/deployment/gitea-runner/docker-compose.yml +++ b/deployment/gitea-runner/docker-compose.yml @@ -28,7 +28,7 @@ services: networks: - gitea-runner - traefik-public # Zugriff auf Registry und andere Services - command: ["dockerd", "--host=unix:///var/run/docker.sock", "--host=tcp://0.0.0.0:2375"] + command: ["dockerd", "--host=unix:///var/run/docker.sock", "--host=tcp://0.0.0.0:2375", "--insecure-registry=94.16.110.151:5000", "--insecure-registry=registry.michaelschiemer.de:5000"] networks: gitea-runner: