RPC address inside Docker container set

This commit is contained in:
Pavol Pitonak 2015-09-04 21:23:07 +02:00
parent e2d7c1a523
commit 74fd20ffdf

View file

@ -4,7 +4,7 @@ nodaemon=false
[program:geth]
priority=30
directory=/
command=geth --rpc
command=geth --rpc --rpcaddr 0.0.0.0
user=root
autostart=true
autorestart=true