diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 6f87a4164..df0e8bb68 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -23,6 +23,7 @@ geth --dev \ --rpc \ --rpcaddr $HOSTNAME \ --rpcvhosts='*' \ + --rpccorsdomain='*' \ --rpcport $PORT \ --networkid $NETWORK_ID \ --rpcapi 'eth,net' \ @@ -30,4 +31,4 @@ geth --dev \ --targetgaslimit $TARGET_GAS_LIMIT \ --nousb \ --gcmode=archive \ - --verbosity "6" \ No newline at end of file + --verbosity "6"