security: exclude socket-proxy from proxying

This commit is contained in:
yusing 2025-04-29 16:23:30 +08:00
parent ae093ebf40
commit d35afdb3c9

View file

@ -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