Merge pull request #2251 from SkynetLabs/renovate/mongo-4.x

chore(deps): update mongo docker tag to v4.4.17
This commit is contained in:
Karol Wypchło 2022-09-30 10:37:37 +02:00 committed by GitHub
commit e63fcbecb7
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.16
image: mongo:4.4.17
command: --keyFile=/data/mgkey --replSet=${SKYNET_DB_REPLICASET:-skynet} --setParameter ShardingTaskExecutorPoolMinSize=10
container_name: mongo
restart: unless-stopped