mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
11 lines
168 B
Plaintext
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
|