docker: mongodb3.6

This commit is contained in:
Matteo Pagliazzi
2019-10-18 16:52:21 +02:00
parent d17cf14866
commit ec7ded042b
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ services:
- .:/code
- /code/node_modules
mongo:
image: mongo:3.4
image: mongo:3.6
networks:
- habitica
ports:

View File

@@ -25,7 +25,7 @@ services:
- mongo
mongo:
image: mongo:3.4
image: mongo:3.6
ports:
- "27017:27017"
networks: