Skip to content

Commit 7373711

Browse files
authored
Merge pull request SensorsIot#742 from Paraphraser/20231026-nextcloud-master
2023-10-26 NextCloud - master branch - PR 1 of 2
2 parents 965b048 + 71254aa commit 7373711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.templates/nextcloud/service.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ nextcloud:
33
image: nextcloud
44
restart: unless-stopped
55
environment:
6+
- TZ=${TZ:-Etc/UTC}
67
- MYSQL_HOST=nextcloud_db
78
- MYSQL_PASSWORD=%randomMySqlPassword%
89
- MYSQL_DATABASE=nextcloud
910
- MYSQL_USER=nextcloud
1011
ports:
1112
- "9321:80"
13+
- "9343:443"
1214
volumes:
1315
- ./volumes/nextcloud/html:/var/www/html
1416
depends_on:
@@ -22,7 +24,7 @@ nextcloud_db:
2224
build: ./.templates/mariadb/.
2325
restart: unless-stopped
2426
environment:
25-
- TZ=Etc/UTC
27+
- TZ=${TZ:-Etc/UTC}
2628
- PUID=1000
2729
- PGID=1000
2830
- MYSQL_ROOT_PASSWORD=%randomPassword%

0 commit comments

Comments
 (0)