From d35afdb3c9ea6fcaff099371b6b5e5472819650f Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 29 Apr 2025 16:23:30 +0800 Subject: [PATCH] security: exclude socket-proxy from proxying --- compose.example.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.example.yml b/compose.example.yml index 34f9a10..8c266f7 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -20,6 +20,8 @@ services: - /run ports: - ${SOCKET_PROXY_LISTEN_ADDR:-127.0.0.1:2375}:2375 + labels: + proxy.exclude: true frontend: image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest} container_name: godoxy-frontend