0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-25 07:26:09 +01:00
nextcloud-docker/.examples/docker-compose/insecure/mariadb/apache
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
..
db.env Add insecure docker-compose examples for apache 2017-09-27 13:29:11 +02:00
docker-compose.yml examples: Have cron container depend on the app container 2023-05-29 10:28:11 +02:00