sd
This commit is contained in:
parent
7a26f84e51
commit
25ba57f539
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ services:
|
||||||
hostname: "server"
|
hostname: "server"
|
||||||
image: "${GRAYLOG_IMAGE:-graylog/graylog:6.0}"
|
image: "${GRAYLOG_IMAGE:-graylog/graylog:6.0}"
|
||||||
depends_on:
|
depends_on:
|
||||||
mongodb:
|
- mongodb
|
||||||
condition: "service_started"
|
-condition: "service_started"
|
||||||
entrypoint: "/usr/bin/tini -- /docker-entrypoint.sh"
|
entrypoint: "/usr/bin/tini -- /docker-entrypoint.sh"
|
||||||
environment:
|
environment:
|
||||||
GRAYLOG_NODE_ID_FILE: "/usr/share/graylog/data/data/node-id"
|
GRAYLOG_NODE_ID_FILE: "/usr/share/graylog/data/data/node-id"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue