Remove .env syntax breaking file comment

This commit is contained in:
Stephan Porada 2021-07-14 22:23:39 +02:00
parent 2766dfc39a
commit 63a3247889

View File

@ -14,7 +14,7 @@ REDIS_HOST_PASSWORD=password_redis
NEXTCLOUD_ROOT=/home/compute/services/nextcloud
NEXTCLOUD_DATA_DIR=/srv/nextcloud/data
NEXTCLOUD_FQDN=your_nextcloud_sub_domain.domain.com
TRAEFIK_CONTAINER_IP=172.27.0.100 # This is the traefik container ip in the traefik_default network. I configured the traefik container with a static IP so this does not have to be changed anymore.
TRAEFIK_CONTAINER_IP=172.27.0.100
PHP_MEMORY_LIMIT=2048M
PHP_UPLOAD_LIMIT=8G