set default value for external proxy network

This commit is contained in:
James 2023-02-16 22:17:52 +00:00
parent 683ff20b02
commit fae0055bc3

View File

@ -10,7 +10,7 @@ networks:
web: web:
agent: agent:
proxy: proxy:
external: false external: ${DOCKER_PROXY_EXT-false}
name: ${DOCKER_PROXY_NETWORK} name: ${DOCKER_PROXY_NETWORK}
services: services: