mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-21 20:04:03 +02:00
security: exclude socket-proxy from proxying
This commit is contained in:
parent
ae093ebf40
commit
d35afdb3c9
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ services:
|
||||||
- /run
|
- /run
|
||||||
ports:
|
ports:
|
||||||
- ${SOCKET_PROXY_LISTEN_ADDR:-127.0.0.1:2375}:2375
|
- ${SOCKET_PROXY_LISTEN_ADDR:-127.0.0.1:2375}:2375
|
||||||
|
labels:
|
||||||
|
proxy.exclude: true
|
||||||
frontend:
|
frontend:
|
||||||
image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest}
|
image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest}
|
||||||
container_name: godoxy-frontend
|
container_name: godoxy-frontend
|
||||||
|
|
Loading…
Add table
Reference in a new issue