changed to symbolic link in docker compose files

This commit is contained in:
jonas@geiger-natur.de
2026-01-24 11:53:14 +01:00
parent 5fdc09e846
commit 8ed07f09f7
6 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ services:
restart: unless-stopped
volumes:
- nextcloud_data:/var/www/html
- /mnt/storagebox-crypt/nextcloud:/mnt/storagebox
- /media/storagebox-crypt/nextcloud:/mnt/storagebox
environment:
- NEXTCLOUD_TRUSTED_DOMAINS=${NEXTCLOUD_DOMAIN}
- MYSQL_HOST=nextcloud_db