Skip to content

Commit 7edf2bc

Browse files
authored
Update nextcloud.yml
to start the setup session the admin needs to acess the cloud via it's http port
1 parent 12c456e commit 7edf2bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Template/Stack/nextcloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ services:
1111
volumes:
1212
- /portainer/Files/AppData/Config/Nextcloud/Config:/config
1313
ports:
14-
- ${PORT}:443
14+
- ${PORT-HTTPS}:443
15+
- ${PORT-HTTP}:80
1516
restart: unless-stopped
1617
depends_on:
1718
- nextcloud_db

0 commit comments

Comments
 (0)