Skip to content

Commit

Permalink
Update entrypoint.sh to include * for CORS (ethereum#19)
Browse files Browse the repository at this point in the history
* Update entrypoint.sh

* Update entrypoint.sh
  • Loading branch information
karlfloersch committed Sep 15, 2020
1 parent 6338eb6 commit 493fe63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ geth --dev \
--rpc \
--rpcaddr $HOSTNAME \
--rpcvhosts='*' \
--rpccorsdomain='*' \
--rpcport $PORT \
--networkid $NETWORK_ID \
--rpcapi 'eth,net' \
--gasprice '0' \
--targetgaslimit $TARGET_GAS_LIMIT \
--nousb \
--gcmode=archive \
--verbosity "6"
--verbosity "6"

0 comments on commit 493fe63

Please sign in to comment.