Fix: docker-dind insecure-registry Konfiguration für HTTP-Registry

- Fügt insecure-registry Flags für 94.16.110.151:5000 hinzu
- Erlaubt HTTP-Zugriff auf Registry ohne SSL-Zertifikatsprüfung
This commit is contained in:
2025-10-31 18:09:09 +01:00
parent da6afdf280
commit e463f074f2

View File

@@ -28,7 +28,7 @@ services:
networks: networks:
- gitea-runner - gitea-runner
- traefik-public # Zugriff auf Registry und andere Services - 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: networks:
gitea-runner: gitea-runner: