mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
docker: mongodb3.6
This commit is contained in:
parent
d17cf14866
commit
ec7ded042b
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ services:
|
|||
- .:/code
|
||||
- /code/node_modules
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
image: mongo:3.6
|
||||
networks:
|
||||
- habitica
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
- mongo
|
||||
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
image: mongo:3.6
|
||||
ports:
|
||||
- "27017:27017"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue