mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
add configurable frontend proxy network
This commit is contained in:
parent
a6d7921676
commit
2df8d080b3
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user