chore(deps): update dependency mongo to v4.4.15

This commit is contained in:
renovate[bot] 2022-07-06 00:11:49 +00:00 committed by GitHub
parent beb6e2c3af
commit 62e300ca0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ services:
- MONGODB_PASSWORD=${SKYNET_DB_PASS}
mongo:
image: mongo:4.4.14
image: mongo:4.4.15
command: --keyFile=/data/mgkey --replSet=${SKYNET_DB_REPLICASET:-skynet} --setParameter ShardingTaskExecutorPoolMinSize=10
container_name: mongo
restart: unless-stopped