We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffcf4ff + e538f57 commit 2aceaabCopy full SHA for 2aceaab
1 file changed
besu/entrypoint.sh
@@ -13,7 +13,6 @@ echo "[INFO - entrypoint] Running client"
13
# shellcheck disable=SC2086
14
exec besu --rpc-ws-enabled="${WS_ENABLED}" \
15
--rpc-ws-host='0.0.0.0' \
16
- --rpc-ws-enabled=true \
17
--rpc-http-host='0.0.0.0' \
18
--rpc-http-enabled=true \
19
--rpc-max-logs-range="${RPC_MAX_LOGS_RANGE}" \
0 commit comments