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

@@ -7,7 +7,7 @@ services:
container_name: firefly_iii_core
restart: unless-stopped
volumes:
- /mnt/storagebox-crypt/firefly/upload:/var/www/html/storage/upload
- /media/storagebox-crypt/firefly/upload:/var/www/html/storage/upload
environment:
SITE_OWNER: ${SITE_OWNER}
DB_CONNECTION: ${DB_CONNECTION}