From 4bef286f432d9b515a0a7f08314891403df88eca Mon Sep 17 00:00:00 2001 From: sporada Date: Wed, 21 Apr 2021 10:05:19 +0200 Subject: [PATCH] Update 'nextcloud/live.env.tpl' --- nextcloud/live.env.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud/live.env.tpl b/nextcloud/live.env.tpl index adb7d5b..80bd0cf 100644 --- a/nextcloud/live.env.tpl +++ b/nextcloud/live.env.tpl @@ -16,6 +16,8 @@ NEXTCLOUD_DATA_DIR=/srv/nextcloud/data NEXTCLOUD_FQDN=your_nextcloud_sub_domain.domain.com # This is the IP of the Trafik container. This changes if the traefik container restarts. If it is not the current traefik container IP collabora does not work. Check the current traefik container IP with: docker inspect traefik and get the IP from the Networks -> traefik_default -> IPAddress section TRAEFIK_CONTAINER_IP=172.27.0.16 +PHP_MEMORY_LIMIT=2048M +PHP_UPLOAD_LIMIT=8G # Collabora COLLABORA_FQDN=collabora.domain.com