fix(docker-compose): remove default proxy.exclude

This commit is contained in:
yusing
2025-05-10 12:28:08 +08:00
parent 985ff0a74d
commit 48823a860f

View File

@@ -20,8 +20,6 @@ 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