Fix cron volume

This commit is contained in:
Marko Korhonen 2020-02-27 18:14:13 +02:00
parent 74a876b40e
commit 8b4e6a53c8

View file

@ -61,7 +61,7 @@ services:
container_name: cron
restart: always
volumes:
- nextcloud:/var/www/html
- /docker/nextcloud/nextcloud:/var/www/html
entrypoint: /cron.sh
depends_on:
- mariadb-nextcloud