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
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:fpm-alpine
|
image: "nextcloud:{{nextcloud_version}}-fpm-alpine"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud-data:/var/www/html
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - database
|
# - database
|
||||||
|
Loading…
Reference in New Issue
Block a user