Update docker_compose_mongo.yml

This commit is contained in:
Kseniia Sumarokova 2021-12-10 22:02:28 +03:00 committed by GitHub
parent b6b73ba5b2
commit 2cd5a15193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ services:
command: --profile=2 --verbose
mongo2:
image: mongo:latest
image: mongo:5.0
restart: always
ports:
- "27018:27017"