mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:08:31 +02:00
fix(docker-compose): remove default proxy.exclude
This commit is contained in:
@@ -20,8 +20,6 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user