mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
RPC address inside Docker container set
This commit is contained in:
parent
e2d7c1a523
commit
74fd20ffdf
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ nodaemon=false
|
||||||
[program:geth]
|
[program:geth]
|
||||||
priority=30
|
priority=30
|
||||||
directory=/
|
directory=/
|
||||||
command=geth --rpc
|
command=geth --rpc --rpcaddr 0.0.0.0
|
||||||
user=root
|
user=root
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
@ -20,4 +20,4 @@ file=%(here)s/supervisor.sock
|
||||||
serverurl=unix://%(here)s/supervisor.sock
|
serverurl=unix://%(here)s/supervisor.sock
|
||||||
|
|
||||||
[rpcinterface:supervisor]
|
[rpcinterface:supervisor]
|
||||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue