We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e166746 commit bee6b9bCopy full SHA for bee6b9b
1 file changed
docker-compose.yml
@@ -20,7 +20,8 @@ services:
20
APP_ENV: prod
21
APP_DEBUG: "0"
22
depends_on:
23
- - db
+ db:
24
+ condition: service_healthy
25
volumes:
26
- ./var/logs:/var/www/html/var/log
27
- ./var/cache:/var/www/html/var/cache
0 commit comments