Skip to content

Commit

Permalink
Merge pull request #237 from MephistoaD/patch-2
Browse files Browse the repository at this point in the history
Update nextcloud.yml
  • Loading branch information
wickedyoda authored Apr 27, 2023
2 parents 064d581 + 7edf2bc commit 91d99d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Template/Stack/nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ services:
- /portainer/Files/AppData/Config/Nextcloud/Config:/config
- /portainer/Files/AppData/Config/Nextcloud/Data:/data
ports:
- ${PORT}:443
- ${PORT-HTTPS}:443
- ${PORT-HTTP}:80
restart: unless-stopped
depends_on:
- nextcloud_db
Expand Down

0 comments on commit 91d99d7

Please sign in to comment.