feat: set config file path

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/926/head
Xinwei Xiong(cubxxw-openim) 2 years ago
parent 0dd3d96920
commit 80249852a3
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

@ -176,10 +176,10 @@ services:
timeout: 10s timeout: 10s
retries: 5 retries: 5
volumes: volumes:
- openim_server_logs:/openim/openim-server/logs - ./logs:/openim/openim-server/logs
- openim_server_output:/openim/openim-server/_output - ./_output:/openim/openim-server/_output
- openim_server_config:/openim/openim-server/config - ./config:/openim/openim-server/config
- openim_server_scripts:/openim/openim-server/scripts - ./scripts:/openim/openim-server/scripts
restart: always restart: always
depends_on: depends_on:
- kafka - kafka

Loading…
Cancel
Save