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

pull/612/head
Gordon 2 years ago
parent 3b438d58a9
commit a99b6a1700

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

Loading…
Cancel
Save