mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +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:
|
db_mongo:
|
||||||
container_name: db_mongo
|
container_name: db_mongo
|
||||||
image: mongo:3.6
|
image: mongo:4.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 29019:29019
|
- 29019:29019
|
||||||
|
|
Loading…
Add table
Reference in a new issue