Minor addition

This commit is contained in:
Brendan Smith 2022-02-24 21:34:37 -06:00 committed by GitHub
parent 20da18e2ad
commit 1d63753928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ services:
environment:
# Change this to your time zone, valid time zones can be found here: https://www.joda.org/joda-time/timezones.html
- TZ=CST6CDT
# CHANGE ME (must be at least 16 characters)!
# CHANGE ME (must be at least 16 characters)! This is not your password, this is meant for salting the password below.
- GRAYLOG_PASSWORD_SECRET=ZDcwMzQ3NTE4ZTIwM
# Username is "admin"
# Password is "admin", change this to your own hashed password. 'echo -n "password" | sha256sum'