We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcf5d1 commit b1ce9f7Copy full SHA for b1ce9f7
Repo-Integration/Self-Managed/docker-compose.yaml
@@ -77,7 +77,7 @@ services:
77
restart: "on-failure"
78
79
datanode:
80
- image: "graylog/graylog-datanode:6.1"
+ image: "graylog/graylog-datanode:6.3"
81
hostname: "datanode-1"
82
env_file:
83
- .env
@@ -99,7 +99,7 @@ services:
99
- "mongodb"
100
101
graylog:
102
- image: "graylog/graylog:6.1"
+ image: "graylog/graylog:6.3"
103
hostname: "graylog-server"
104
depends_on:
105
mongodb:
0 commit comments