Remove the DB dependency for the cron container

This commit is contained in:
Andreas Zweili 2022-06-01 21:30:24 +02:00
parent 58898be767
commit 4b97e1d273
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@ services:
- nextcloud_data:/var/www/html
entrypoint: /cron.sh
depends_on:
- db
- redis
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
nextcloud_data: