Skip to content

Commit

Permalink
fix(tools/docker/besu): all in one image RPC API CLI args
Browse files Browse the repository at this point in the history
This reverts commit f2219d9.

Fixes hyperledger#399

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Dec 8, 2020
1 parent 0a984c1 commit 1caec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/besu-all-in-one/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stderr_logfile=/var/log/orion.err.log
stdout_logfile=/var/log/orion.out.log

[program:besu]
command=/opt/besu/bootnode_start.sh --network=dev --revert-reason-enabled=true --rpc-http-enabled --rpc-http-host=0.0.0.0 --rpc-http-port=8545 --rpc-http-cors-origins=* --rpc-http-api=EEA,WEB3,ETH,NET,PRIV,PERSONAL --rpc-ws-enabled --rpc-ws-host=0.0.0.0 --rpc-ws-port=8546 --host-whitelist=* --metrics-enabled --metrics-host=0.0.0.0 --metrics-port=9545 --min-gas-price=0 --miner-enabled --miner-coinbase=0xfe3b557e8fb62b89f4916b721be55ceb828dbd73 --node-private-key-file=/opt/besu/keys/key --privacy-enabled=true --privacy-url=http://localhost:8888 --privacy-public-key-file=/config/orion/nodeKey.pub
command=/opt/besu/bootnode_start.sh --network=dev --revert-reason-enabled=true --rpc-http-enabled --rpc-http-host=0.0.0.0 --rpc-http-port=8545 --rpc-http-cors-origins=* --rpc-http-api=EEA,WEB3,ETH,NET,PRIV --rpc-ws-enabled --rpc-ws-host=0.0.0.0 --rpc-ws-port=8546 --host-whitelist=* --metrics-enabled --metrics-host=0.0.0.0 --metrics-port=9545 --min-gas-price=0 --miner-enabled --miner-coinbase=0xfe3b557e8fb62b89f4916b721be55ceb828dbd73 --node-private-key-file=/opt/besu/keys/key --privacy-enabled=true --privacy-url=http://localhost:8888 --privacy-public-key-file=/config/orion/nodeKey.pub
autostart=true
autorestart=true
stderr_logfile=/var/log/besu.err.log
Expand Down

0 comments on commit 1caec7e

Please sign in to comment.