mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
solved nextcloud cron bugs
This commit is contained in:
parent
c59a839523
commit
201475c581
@ -69,10 +69,10 @@
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
cron:
|
||||
image: nextcloud:fpm-alpine
|
||||
image: "nextcloud:{{nextcloud_version}}-fpm-alpine"
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
- nextcloud-data:/var/www/html
|
||||
entrypoint: /cron.sh
|
||||
# depends_on:
|
||||
# - database
|
||||
|
Loading…
Reference in New Issue
Block a user