We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12f9a8 commit aef0ac6Copy full SHA for aef0ac6
dev.docker-compose.yml
@@ -12,6 +12,8 @@ services:
12
- "8000:80"
13
depends_on:
14
redis:
15
+ # The default needs to be stated.
16
+ condition: service_started
17
mariadb:
18
condition: service_healthy
19
restart: true
0 commit comments