Fix cron volume

This commit is contained in:
Marko Korhonen 2020-02-27 18:14:13 +02:00
parent 2d361e67cd
commit 529fdbe6ef
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

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