environment auf 9000 zurückgestellt
This commit is contained in:
parent
39a8510acd
commit
9ea2cc42b3
|
|
@ -35,8 +35,8 @@ services:
|
|||
GRAYLOG_NODE_ID_FILE: "/usr/share/graylog/data/config/node-id"
|
||||
GRAYLOG_PASSWORD_SECRET: ${GRAYLOG_PASSWORD_SECRET:?Please configure GRAYLOG_PASSWORD_SECRET in the .env file}
|
||||
GRAYLOG_ROOT_PASSWORD_SHA2: ${GRAYLOG_ROOT_PASSWORD_SHA2:?Please configure GRAYLOG_ROOT_PASSWORD_SHA2 in the .env file}
|
||||
GRAYLOG_HTTP_BIND_ADDRESS: "0.0.0.0:9001"
|
||||
GRAYLOG_HTTP_EXTERNAL_URI: "http://localhost:9001/"
|
||||
GRAYLOG_HTTP_BIND_ADDRESS: "0.0.0.0:9000"
|
||||
GRAYLOG_HTTP_EXTERNAL_URI: "http://localhost:9000/"
|
||||
GRAYLOG_ELASTICSEARCH_HOSTS: "http://elasticsearch:9200"
|
||||
GRAYLOG_MONGODB_URI: "mongodb://mongodb:27017/graylog"
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in New Issue