Need to use the long format for redis too in docker-compose file.
This commit is contained in:
parent
f12f9a816f
commit
aef0ac68c3
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ services:
|
|||
- "8000:80"
|
||||
depends_on:
|
||||
redis:
|
||||
# The default needs to be stated.
|
||||
condition: service_started
|
||||
mariadb:
|
||||
condition: service_healthy
|
||||
restart: true
|
||||
|
|
Loading…
Add table
Reference in a new issue