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 - ./scripts:/Open-IM-Server/scripts
restart: always restart: always
depends_on: depends_on:
- zookeeper
- kafka - kafka
- mysql - mysql
- mongodb - mongodb

Loading…
Cancel
Save