fix: to start im or chat, ZooKeeper must be started first.

This commit is contained in:
Gordon 2023-07-20 10:50:58 +08:00
parent 3b438d58a9
commit a99b6a1700

View File

@ -110,6 +110,7 @@ services:
- ./scripts:/Open-IM-Server/scripts
restart: always
depends_on:
- zookeeper
- kafka
- mysql
- mongodb