mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Need to use the long format for redis too in docker-compose file.
This commit is contained in:
parent
f12f9a816f
commit
aef0ac68c3
|
@ -12,6 +12,8 @@ services:
|
||||||
- "8000:80"
|
- "8000:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
|
# The default needs to be stated.
|
||||||
|
condition: service_started
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
|
|
Loading…
Reference in a new issue