mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Enforce DB 7.0 and remove 5.0 references (#23578)
* enforce DB 7.0 and remove 5.0 references * bump mongo version for datanode * add links to Mongo upgrade docs * more upgrade guidance --------- Co-authored-by: Anton Ebel <anton.ebel@graylog.com>
This commit is contained in:
@@ -8,7 +8,7 @@ version: "3.8"
|
||||
services:
|
||||
mongodb:
|
||||
hostname: "mongodb"
|
||||
image: "mongo:5.0"
|
||||
image: "mongo:7.0"
|
||||
ports:
|
||||
- "27017:27017"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user