mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
Beginning upgrade to Mongo 4.0 (eventually to 5.0 to get time-series dbs)
This commit is contained in:
parent
8f646988fb
commit
9e086a0caa
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ services:
|
|||
|
||||
db_mongo:
|
||||
container_name: db_mongo
|
||||
image: mongo:3.6
|
||||
image: mongo:4.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 29019:29019
|
||||
|
|
Loading…
Add table
Reference in a new issue