|
|
@ -125,9 +125,9 @@ services:
|
|
|
|
image: ghcr.io/openimsdk/openim-chat:latest
|
|
|
|
image: ghcr.io/openimsdk/openim-chat:latest
|
|
|
|
container_name: openim-chat
|
|
|
|
container_name: openim-chat
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./_output/openim/openim-chat/logs:/openim/openim-chat/logs
|
|
|
|
- ./openim-chat/logs:/openim/openim-chat/logs
|
|
|
|
- ./_output/openim/openim-chat/config:/openim/openim-chat/config
|
|
|
|
- ./openim-chat/config:/openim/openim-chat/config
|
|
|
|
- ./_output/openim/openim-chat/scripts:/openim/openim-chat/scripts
|
|
|
|
- ./openim-chat/scripts:/openim/openim-chat/scripts
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- mysql
|
|
|
|
- mysql
|
|
|
|