diff --git a/nextcloud/live.env.tpl b/nextcloud/live.env.tpl index 01276e4..5caa399 100644 --- a/nextcloud/live.env.tpl +++ b/nextcloud/live.env.tpl @@ -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