reduced verbosity of mongodb logs
This commit is contained in:
parent
7ea23b9858
commit
7921079446
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ services:
|
|||
image: mongo:7.0
|
||||
container_name: accessible-video-mongodb
|
||||
restart: unless-stopped
|
||||
command: ["mongod", "--quiet", "--logappend"]
|
||||
environment:
|
||||
MONGO_INITDB_DATABASE: ${MONGODB_DB:-accessible_video}
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue