From 7edf2bc76bf1e50e35247e3b12128840d8cd0cf7 Mon Sep 17 00:00:00 2001 From: Marc <56593749+MarcMocker@users.noreply.github.com> Date: Thu, 1 Jul 2021 11:59:05 +0200 Subject: [PATCH] Update nextcloud.yml to start the setup session the admin needs to acess the cloud via it's http port --- Template/Stack/nextcloud.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Template/Stack/nextcloud.yml b/Template/Stack/nextcloud.yml index 31fc6314..21cfb7c0 100644 --- a/Template/Stack/nextcloud.yml +++ b/Template/Stack/nextcloud.yml @@ -11,7 +11,8 @@ services: volumes: - /portainer/Files/AppData/Config/Nextcloud/Config:/config ports: - - ${PORT}:443 + - ${PORT-HTTPS}:443 + - ${PORT-HTTP}:80 restart: unless-stopped depends_on: - nextcloud_db