From 74fd20ffdf4f1262bf72319f3ec3b3bd6f8fb901 Mon Sep 17 00:00:00 2001 From: Pavol Pitonak Date: Fri, 4 Sep 2015 21:23:07 +0200 Subject: [PATCH] RPC address inside Docker container set --- docker/supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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