mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 23:00:56 +00:00
Fix redis depends_on
This commit is contained in:
parent
e3e478e353
commit
e1e7833f47
@ -5,8 +5,7 @@ services:
|
||||
REDIS_QUEUE: redis:6379/1
|
||||
REDIS_SOCKETIO: redis:6379/2
|
||||
depends_on:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
- redis
|
||||
|
||||
redis:
|
||||
image: redis:6.2-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user