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
retries: 5
volumes:
- openim_server_logs:/openim/openim-server/logs
- openim_server_output:/openim/openim-server/_output
- openim_server_config:/openim/openim-server/config
- openim_server_scripts:/openim/openim-server/scripts
- ./logs:/openim/openim-server/logs
- ./_output:/openim/openim-server/_output
- ./config:/openim/openim-server/config
- ./scripts:/openim/openim-server/scripts
restart: always
depends_on:
- kafka

Loading…
Cancel
Save