docker-compose update

This commit is contained in:
away 2021-08-05 11:17:40 +08:00
parent 906a1e0d62
commit ad39bec990

View File

@ -92,8 +92,8 @@ services:
# - 17778:17778
# container_name: open-im-server
# volumes:
# - ./logs:/home/open_im_server/logs
# - ./config/config.yaml:/home/open_im_server/config/config.yaml
# - ./logs:/home/Open-IM-Server/logs
# - ./config/config.yaml:/home/Open-IM-Server/config/config.yaml
# restart: always
# build:
# context: .
@ -113,8 +113,8 @@ services:
- 17778:17778
container_name: open-im-server
volumes:
- ./logs:/home/open_im_server/logs
- ./config/config.yaml:/home/open_im_server/config/config.yaml
- ./logs:/home/Open-IM-Server/logs
- ./config/config.yaml:/home/Open-IM-Server/config/config.yaml
restart: always
depends_on:
- kafka