read-only file system

This commit is contained in:
Marc Blatter 2026-03-24 20:04:18 +00:00
parent 34f9b33edf
commit acc98a37cf
1 changed files with 5 additions and 5 deletions

View File

@ -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"]