Update docker-compose.yaml (#707)

pull/724/head
Xinwei Xiong 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 6935096f86
commit 2dc293bfa6
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

@ -100,7 +100,7 @@ services:
openim_server:
image: ghcr.io/openimsdk/openim-server:v3.1.0
image: ghcr.io/openimsdk/openim-server:latest
container_name: openim-server
volumes:
- ./logs:/Open-IM-Server/logs
@ -124,7 +124,7 @@ services:
max-file: "2"
openim_chat:
image: ghcr.io/openimsdk/openim-chat:v1.1.0
image: ghcr.io/openimsdk/openim-chat:latest
container_name: openim_chat
restart: always
depends_on:

Loading…
Cancel
Save