Skip to content

Commit 2aceaab

Browse files
authored
Merge pull request #33 from dappnode/3alpha/fix-ws-flags
Remove extra ws flag
2 parents ffcf4ff + e538f57 commit 2aceaab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

besu/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ echo "[INFO - entrypoint] Running client"
1313
# shellcheck disable=SC2086
1414
exec besu --rpc-ws-enabled="${WS_ENABLED}" \
1515
--rpc-ws-host='0.0.0.0' \
16-
--rpc-ws-enabled=true \
1716
--rpc-http-host='0.0.0.0' \
1817
--rpc-http-enabled=true \
1918
--rpc-max-logs-range="${RPC_MAX_LOGS_RANGE}" \

0 commit comments

Comments
 (0)