nextcloud-docker-compose/.env.example
Thumbscrew de67d26593 remove unused nginx files
rename NGINX_HOST to NEXTCLOUD_DOMAIN
2022-02-08 23:15:15 +00:00

11 lines
168 B
Plaintext

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