diff --git a/compose_tugtainer.yaml b/compose_tugtainer.yaml index 7617e24..109f828 100644 --- a/compose_tugtainer.yaml +++ b/compose_tugtainer.yaml @@ -1,5 +1,4 @@ version: "3.9" - services: tugtainer: image: quenary/tugtainer:latest @@ -23,5 +22,7 @@ services: TZ: Europe/Zurich AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7" DOCKER_HOST: unix:///var/run/docker.sock + # SSRF-Protection: Subnetz freigeben + AGENT_ALLOW_NETWORKS: "172.16.0.0/16" volumes: - /var/run/docker.sock:/var/run/docker.sock \ No newline at end of file