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
Hello!
On this page https://docs.clover.finance/quick-start/testnet/run-a-clover-node docker-compose.yaml example.
I think you should use a single quotes inside a double quotes here ARGS: "--base-path /opt/chaindata --chain /opt/specs/clover-preview-iris.json --port 30333 --ws-port 9944 --rpc-port 9933 --name "clover-node" --rpc-cors=all --validator --unsafe-ws-external --unsafe-rpc-external --rpc-methods=Unsafe"
Change "clover-node" to 'clover-node' pls.
The text was updated successfully, but these errors were encountered:
Hello!
On this page https://docs.clover.finance/quick-start/testnet/run-a-clover-node docker-compose.yaml example.
I think you should use a single quotes inside a double quotes here
ARGS: "--base-path /opt/chaindata --chain /opt/specs/clover-preview-iris.json --port 30333 --ws-port 9944 --rpc-port 9933 --name "clover-node" --rpc-cors=all --validator --unsafe-ws-external --unsafe-rpc-external --rpc-methods=Unsafe"
Change
"clover-node"
to'clover-node'
pls.The text was updated successfully, but these errors were encountered: