We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 064d581 + 7edf2bc commit 91d99d7Copy full SHA for 91d99d7
1 file changed
Template/Stack/nextcloud.yml
@@ -12,7 +12,8 @@ services:
12
- /portainer/Files/AppData/Config/Nextcloud/Config:/config
13
- /portainer/Files/AppData/Config/Nextcloud/Data:/data
14
ports:
15
- - ${PORT}:443
+ - ${PORT-HTTPS}:443
16
+ - ${PORT-HTTP}:80
17
restart: unless-stopped
18
depends_on:
19
- nextcloud_db
0 commit comments