Skip to content

Commit

Permalink
Merge pull request #742 from Paraphraser/20231026-nextcloud-master
Browse files Browse the repository at this point in the history
2023-10-26 NextCloud - master branch - PR 1 of 2
  • Loading branch information
Slyke committed Dec 16, 2023
2 parents 965b048 + 71254aa commit 7373711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .templates/nextcloud/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ nextcloud:
image: nextcloud
restart: unless-stopped
environment:
- TZ=${TZ:-Etc/UTC}
- MYSQL_HOST=nextcloud_db
- MYSQL_PASSWORD=%randomMySqlPassword%
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
ports:
- "9321:80"
- "9343:443"
volumes:
- ./volumes/nextcloud/html:/var/www/html
depends_on:
Expand All @@ -22,7 +24,7 @@ nextcloud_db:
build: ./.templates/mariadb/.
restart: unless-stopped
environment:
- TZ=Etc/UTC
- TZ=${TZ:-Etc/UTC}
- PUID=1000
- PGID=1000
- MYSQL_ROOT_PASSWORD=%randomPassword%
Expand Down

0 comments on commit 7373711

Please sign in to comment.