We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 965b048 + 71254aa commit 7373711Copy full SHA for 7373711
.templates/nextcloud/service.yml
@@ -3,12 +3,14 @@ nextcloud:
3
image: nextcloud
4
restart: unless-stopped
5
environment:
6
+ - TZ=${TZ:-Etc/UTC}
7
- MYSQL_HOST=nextcloud_db
8
- MYSQL_PASSWORD=%randomMySqlPassword%
9
- MYSQL_DATABASE=nextcloud
10
- MYSQL_USER=nextcloud
11
ports:
12
- "9321:80"
13
+ - "9343:443"
14
volumes:
15
- ./volumes/nextcloud/html:/var/www/html
16
depends_on:
@@ -22,7 +24,7 @@ nextcloud_db:
22
24
build: ./.templates/mariadb/.
23
25
26
- - TZ=Etc/UTC
27
28
- PUID=1000
29
- PGID=1000
30
- MYSQL_ROOT_PASSWORD=%randomPassword%
0 commit comments