From 2409d178920fcececd5db3edd074a8741e0e5f0e Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 10 Apr 2023 19:42:24 +0800 Subject: [PATCH] compose --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e9130c915..38a37cdc6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -105,7 +105,7 @@ services: volumes: - ./logs:/Open-IM-Server/logs - ./config/config.yaml:/Open-IM-Server/config/config.yaml - - ./config/usualConfig.yaml:/Open-IM-Server/config/usualConfig.yaml + - ./config/notification.yaml:/Open-IM-Server/config/notification.yaml - ${DATA_DIR}/db/sdk:/Open-IM-Server/db/sdk - ./script:/Open-IM-Server/script restart: always