Remove .env syntax breaking file comment
This commit is contained in:
parent
2766dfc39a
commit
63a3247889
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user