fix: version ploblem
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
149fa3a4e3
commit
65b54c85a9
|
@ -15,7 +15,7 @@ services:
|
|||
restart: always
|
||||
|
||||
mongodb:
|
||||
image: mongo:4.0
|
||||
image: mongo:6.0
|
||||
ports:
|
||||
- 37017:27017
|
||||
container_name: mongo
|
||||
|
@ -40,7 +40,8 @@ services:
|
|||
image: redis
|
||||
ports:
|
||||
- 16379:6379
|
||||
container_name: redis
|
||||
# new image error
|
||||
container_name: redis:7.0.0
|
||||
volumes:
|
||||
- ${DATA_DIR}/components/redis/data:/data
|
||||
#redis config file
|
||||
|
@ -64,7 +65,6 @@ services:
|
|||
TZ: Asia/Shanghai
|
||||
restart: always
|
||||
|
||||
|
||||
kafka:
|
||||
image: wurstmeister/kafka
|
||||
container_name: kafka
|
||||
|
@ -124,7 +124,7 @@ services:
|
|||
|
||||
openim_chat:
|
||||
image: openim/openim-chat:v1.0
|
||||
container_name: open_im_enterprise
|
||||
container_name: openim_chat
|
||||
volumes:
|
||||
- ./logs:/Open-IM-Server/logs/openim-chat
|
||||
- ./openim-chat/config/config.yaml:/openim-chat/config/config.yaml
|
||||
|
|
Loading…
Reference in New Issue