Lock MongoDB to 3.X

This commit is contained in:
Thomas Sileo
2019-08-15 00:28:55 +02:00
parent b5aec0d0b1
commit c125891681
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ microblogpub:
run: microblogpub
# (poussetaches and microblogpub Docker image will updated)
# Update MongoDB
docker pull mongo
docker pull mongo:3
docker pull poussetaches/poussetaches
# Restart the project
docker-compose stop