mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
pinning mongodb container to recommended, supported version (#10270)
This commit is contained in:
parent
9fcc953b18
commit
63598f497b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ services:
|
|||
- mongo
|
||||
|
||||
mongo:
|
||||
image: mongo
|
||||
image: mongo:3.4
|
||||
ports:
|
||||
- "27017:27017"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue