diff --git a/docker/supervisord.conf b/docker/supervisord.conf index 33cba0c140..f7efd9716a 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -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 @@ -20,4 +20,4 @@ file=%(here)s/supervisor.sock serverurl=unix://%(here)s/supervisor.sock [rpcinterface:supervisor] -supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface \ No newline at end of file +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface