0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-17 11:55:08 +01:00
nextcloud-docker/.examples/docker-compose
Olliver Schinagl 62ef4e961b
examples: Have cron container depend on the app container
The cron container requires the files created by the app container, to
start its cron tasks. There is a potential race condition here, where
cron starts to run before the app container is even up, before the app
container has populated `/var/www/html`. This is undesired and easily
solved by making sure cron depends on the app container.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2023-05-29 10:28:11 +02:00
..
insecure examples: Have cron container depend on the app container 2023-05-29 10:28:11 +02:00
with-nginx-proxy examples: Have cron container depend on the app container 2023-05-29 10:28:11 +02:00