forked from Github/OPNsense-Dashboard
Fix spacing
This commit is contained in:
parent
71fa05303a
commit
6d7d18d24d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ services:
|
|||
# Password is "admin", change this to your own hashed password. 'echo -n "password" | sha256sum'
|
||||
- GRAYLOG_ROOT_PASSWORD_SHA2=8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918
|
||||
- GRAYLOG_HTTP_EXTERNAL_URI=http://127.0.0.1:9000/
|
||||
entrypoint: /usr/bin/tini -- wait-for-it elasticsearch:9200 -- /docker-entrypoint.sh
|
||||
entrypoint: /usr/bin/tini -- wait-for-it elasticsearch:9200 -- /docker-entrypoint.sh
|
||||
links:
|
||||
- mongodb:mongo
|
||||
- elasticsearch
|
||||
|
|
|
|||
Loading…
Reference in a new issue