mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Use mongo:3.2 docker image in docker-compose.
This commit is contained in:
parent
200de1aeea
commit
db12e694b6
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ services:
|
|||
- '9200:9200'
|
||||
|
||||
mongo:
|
||||
image: mongo:3
|
||||
image: mongo:3.2
|
||||
ports:
|
||||
- '27017:27017'
|
||||
command: mongod --smallfiles
|
||||
|
|
Loading…
Add table
Reference in a new issue