Skip to content

Commit

Permalink
Remove unused GRAYLOG_DATANODE_ROOT_PASSWORD_SHA2 from datanode compose
Browse files Browse the repository at this point in the history
  • Loading branch information
todvora committed Oct 17, 2024
1 parent fde61ec commit c2b364f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion open-core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
environment:
GRAYLOG_DATANODE_NODE_ID_FILE: "/var/lib/graylog-datanode/node-id"
GRAYLOG_DATANODE_PASSWORD_SECRET: "${GRAYLOG_PASSWORD_SECRET:?Please configure GRAYLOG_PASSWORD_SECRET in the .env file}"
GRAYLOG_DATANODE_ROOT_PASSWORD_SHA2: "${GRAYLOG_ROOT_PASSWORD_SHA2:?Please configure GRAYLOG_ROOT_PASSWORD_SHA2 in the .env file}"
GRAYLOG_DATANODE_MONGODB_URI: "mongodb://mongodb:27017/graylog"
ulimits:
memlock:
Expand Down

0 comments on commit c2b364f

Please sign in to comment.