From 5116449f7e10fbb0022f9c04d06a40acca58b42e Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Mon, 3 May 2021 12:26:05 +0200 Subject: [PATCH] Fix live.env.tpl with new static ip --- nextcloud/live.env.tpl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nextcloud/live.env.tpl b/nextcloud/live.env.tpl index 1fcae04..01276e4 100644 --- a/nextcloud/live.env.tpl +++ b/nextcloud/live.env.tpl @@ -14,12 +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 -<<<<<<< HEAD -TRAEFIK_CONTAINER_IP=172.27.0.16 # 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. -======= -# 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 # This has to be the current IP of the traefik container check this with docker inspect traefik ->>>>>>> 1febed0fecff283ba71842944efab92fbe0a649c +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. PHP_MEMORY_LIMIT=2048M PHP_UPLOAD_LIMIT=8G