From ca1a8693199d5267c8895fe57b9dc1a88281552d Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Tue, 21 Jul 2026 18:51:15 +0000 Subject: [PATCH] compose_tugtainer.yaml aktualisiert --- compose_tugtainer.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/compose_tugtainer.yaml b/compose_tugtainer.yaml index 23037e8..067f4fd 100644 --- a/compose_tugtainer.yaml +++ b/compose_tugtainer.yaml @@ -11,10 +11,10 @@ services: TZ: Europe/Zurich AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7" AGENT_URL: http://tugtainer-agent:8001 - volumes: - - /opt/tugtainer/data:/tugtainer depends_on: - tugtainer-agent + volumes: + - /opt/tugtainer/data:/tugtainer tugtainer-agent: image: ghcr.io/quenary/tugtainer-agent:latest @@ -25,4 +25,6 @@ services: AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7" DOCKER_HOST: unix:///var/run/docker.sock volumes: - - /var/run/docker.sock:/var/run/docker.sock \ No newline at end of file + - type: bind + source: /var/run/docker.sock + target: /var/run/docker.sock \ No newline at end of file