Skip to content

Commit

Permalink
docker_script
Browse files Browse the repository at this point in the history
Signed-off-by: hanzhixiao <709674996@qq.com>
  • Loading branch information
hanzhixiao committed Aug 18, 2023
1 parent 958afd6 commit 672d46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ services:
image: ghcr.io/openimsdk/openim-chat:latest
container_name: openim-chat
volumes:
- ./_output/openim/openim-chat/logs:/openim/openim-chat/logs
- ./_output/openim/openim-chat/config:/openim/openim-chat/config
- ./_output/openim/openim-chat/scripts:/openim/openim-chat/scripts
- ./openim-chat/logs:/openim/openim-chat/logs
- ./openim-chat/config:/openim/openim-chat/config
- ./openim-chat/scripts:/openim/openim-chat/scripts
restart: always
depends_on:
- mysql
Expand Down

0 comments on commit 672d46e

Please sign in to comment.