nextcloud-docker-compose/.env.example
Thumbscrew 4c21dc9718 remove nginx proxy
add networks for connecting to reverse proxy
2022-02-08 18:14:51 +00:00

10 lines
129 B
Plaintext

# docker
VOLUME_PATH=/data/nextcloud
DOCKER_PROXY_NETWORK=proxy
# nextcloud
NEXTCLOUD_TAG=23-apache
# postgres
POSTGRES_TAG=14