compose_tugtainer.yaml aktualisiert

This commit is contained in:
Marc Blatter 2026-08-13 13:33:47 +00:00
parent 32ca2ca071
commit a94612d527
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
version: "3.9" version: "3.9"
services: services:
tugtainer: tugtainer:
image: quenary/tugtainer:latest image: quenary/tugtainer:latest
@ -23,5 +22,7 @@ services:
TZ: Europe/Zurich TZ: Europe/Zurich
AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7" AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7"
DOCKER_HOST: unix:///var/run/docker.sock DOCKER_HOST: unix:///var/run/docker.sock
# SSRF-Protection: Subnetz freigeben
AGENT_ALLOW_NETWORKS: "172.16.0.0/16"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock