File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33# 2 echo -n "Enter Password: " && head -1 </dev/stdin | tr -d '\n' | sha256sum | cut -d" " -f1 to create new administrator password to replace [W9_LOGIN_PASSWORD] value, the initial password is your input password.
44# Specially, graylog have no latest version, you must get the detail version of docker-image
55W9_DIST = ' community'
6- W9_VERSION = ' 6.3 '
6+ W9_VERSION = ' 7.0 '
77W9_REPO = graylog/graylog
8- W9_POWER_PASSWORD = ' mVxA8x9z!oW321zl '
8+ W9_POWER_PASSWORD = ' w!ZHVAClNkJ0AGuw '
99
1010# ### -- Not allowed to edit below environments when recreate app based on existing data -- ####
1111W9_ID = ' graylog'
@@ -30,7 +30,7 @@ W9_FORWARDER_DATA_TCP_PORT_SET='13301'
3030W9_FORWARDER_CONFIG_TCP_PORT_SET = ' 13302'
3131
3232W9_DB_EXPOSE = " mongodb"
33- W9_MONGO_VERSION = " 5 .0"
33+ W9_MONGO_VERSION = " 7 .0"
3434W9_DATANODE_VERSION = " 6.1"
3535# ### --------------------------------------------------------------------------------------- ####
3636
Original file line number Diff line number Diff line change 88 {
99 "dist" : " community" ,
1010 "version" : [
11- " 6.3 "
11+ " 7.0 "
1212 ]
1313 }
1414 ],
You can’t perform that action at this time.
0 commit comments