fix: v3.2 update docker-compose.yaml (#1032)

pull/1033/head
Xinwei Xiong 1 year ago committed by GitHub
parent 20ce4a7f22
commit 09c7287333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ services:
command: minio server /data --console-address ':9090'
openim-server:
image: ghcr.io/openimsdk/openim-server:latest
image: ghcr.io/openimsdk/openim-server:release-v3.2
# build: .
container_name: openim-server
volumes:
@ -118,7 +118,7 @@ services:
max-file: "2"
openim-chat:
image: ghcr.io/openimsdk/openim-chat:latest
image: ghcr.io/openimsdk/openim-chat:release-v3.2
container_name: openim-chat
volumes:
- ./openim-chat/logs:/openim/openim-chat/logs

Loading…
Cancel
Save