read-only file system
This commit is contained in:
parent
34f9b33edf
commit
acc98a37cf
|
|
@ -21,9 +21,9 @@ services:
|
|||
ports:
|
||||
- "8085:80"
|
||||
volumes:
|
||||
- /opt/nextcloud/config:/config
|
||||
- /opt/nextcloud/data:/data
|
||||
- /opt/homepage/config:/mnt/homepage/config
|
||||
- /home/marc/nextcloud/config:/config
|
||||
- /home/marc/nextcloud/data:/data
|
||||
- /home/marc/homepage/config:/mnt/homepage/config
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:80 || exit 1"]
|
||||
|
|
@ -41,7 +41,7 @@ services:
|
|||
- MARIADB_ROOT_PASSWORD=Str0ng-Nextcloud-DB-Root-Pass
|
||||
- TZ=Europe/Zurich
|
||||
volumes:
|
||||
- /opt/nextcloud/db:/var/lib/mysql
|
||||
- /home/marc/nextcloud/db:/var/lib/mysql
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "mysqladmin ping -h localhost -u nextcloud -p Str0ng-Nextcloud-DB-User-Pass || exit 1"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue