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 8be5cfe + ca0139e commit 23bb418Copy full SHA for 23bb418
.templates/nextcloud/service.yml
@@ -3,12 +3,14 @@
3
image: nextcloud
4
restart: unless-stopped
5
environment:
6
+ - TZ=${TZ:-Etc/UTC}
7
- MYSQL_HOST=nextcloud_db
8
- MYSQL_PASSWORD=user_password
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 @@
22
24
build: ./.templates/mariadb/.
23
25
26
- - TZ=Etc/UTC
27
28
- PUID=1000
29
- PGID=1000
30
- MYSQL_ROOT_PASSWORD=root_password
@@ -34,3 +36,4 @@
34
36
- ./volumes/nextcloud/db_backup:/backup
35
37
networks:
38
- nextcloud
39
+
0 commit comments