Pfad zum data Verzeichnis auch für cron Container angegeben
This commit is contained in:
parent
70d2b049fa
commit
14ea931e69
|
@ -67,6 +67,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/www:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
|
- /mnt/storage-bx20/data-nextcloud:/var/www/html/data
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
Loading…
Reference in New Issue