mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-07-01 02:25:27 +00:00
add configurable frontend proxy network
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
# docker
|
||||
VOLUME_PATH=/data/nextcloud
|
||||
DOCKER_PROXY_EXT=false
|
||||
DOCKER_PROXY_NETWORK=proxy
|
||||
|
||||
# nextcloud
|
||||
|
@ -12,7 +12,7 @@ secrets:
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
||||
external: ${DOCKER_PROXY_EXT-true}
|
||||
name: ${DOCKER_PROXY_NETWORK}
|
||||
backend:
|
||||
|
||||
|
Reference in New Issue
Block a user