mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
update openim environment and status
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
eff2742cbf
commit
62cdbb648b
@ -16,7 +16,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${MONGO_PORT:-37017}:27017"
|
- "${MONGO_PORT:-37017}:27017"
|
||||||
container_name: mongo
|
container_name: mongo
|
||||||
command: --wiredTigerCacheSizeGB 1 --auth
|
command: ["/bin/bash", "-c", "/docker-entrypoint-initdb.d/mongo-init.sh && docker-entrypoint.sh mongod --wiredTigerCacheSizeGB 1 --auth"]
|
||||||
volumes:
|
volumes:
|
||||||
- "${DATA_DIR:-./}/components/mongodb/data/db:/data/db"
|
- "${DATA_DIR:-./}/components/mongodb/data/db:/data/db"
|
||||||
- "${DATA_DIR:-./}/components/mongodb/data/logs:/data/logs"
|
- "${DATA_DIR:-./}/components/mongodb/data/logs:/data/logs"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user