From 10f395abe3daeb33e6055fcd82c2289d6a50de0c Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 02:55:44 +0000 Subject: [PATCH] Update Security_Containers/docker-socket-proxy/compose.yaml --- Security_Containers/docker-socket-proxy/compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Security_Containers/docker-socket-proxy/compose.yaml b/Security_Containers/docker-socket-proxy/compose.yaml index 9c14110..85977a0 100644 --- a/Security_Containers/docker-socket-proxy/compose.yaml +++ b/Security_Containers/docker-socket-proxy/compose.yaml @@ -25,4 +25,8 @@ services: SYSTEM: 0 VOLUMES: 0 networks: - - socket_proxy # isolated network, NOT traefik_network \ No newline at end of file + - socket_proxy # isolated network, NOT traefik_network +networks: + traefik: + name: socket_proxy + driver: bridge \ No newline at end of file