Skip to content

Commit 91d99d7

Browse files
authored
Merge pull request #237 from MephistoaD/patch-2
Update nextcloud.yml
2 parents 064d581 + 7edf2bc commit 91d99d7

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
@@ -12,7 +12,8 @@ services:
1212
- /portainer/Files/AppData/Config/Nextcloud/Config:/config
1313
- /portainer/Files/AppData/Config/Nextcloud/Data:/data
1414
ports:
15-
- ${PORT}:443
15+
- ${PORT-HTTPS}:443
16+
- ${PORT-HTTP}:80
1617
restart: unless-stopped
1718
depends_on:
1819
- nextcloud_db

0 commit comments

Comments
 (0)