You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://star-history.com/#java-chains/web-chains&Date)
Copy file name to clipboardExpand all lines: README_EN.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,12 +88,15 @@ docker run -d \
88
88
-p 3308:3308 \
89
89
-p 11527:11527 \
90
90
-p 50000:50000 \
91
-
javachains/webchains:1.2.3
91
+
-e CHAINS_AUTH=true \
92
+
-e CHAINS_PASS= \
93
+
javachains/webchains:1.2.4
92
94
```
93
95
94
-
The build function only uses the `8011` port, and the other ports are used by the `exploit` module
96
+
Authentication and password can be configured via environment variables:
95
97
96
-
Please use the following command to get a randomly generated strong password
98
+
**CHAINS_AUTH**: Set to true to enable authentication, false to disable it. Authentication is enabled by default.
99
+
**CHAINS_PASS**: Specifies the web password. If this variable is empty, a password will be generated randomly. By default, a password is generated randomly.
0 commit comments