@@ -162,7 +162,7 @@ above command does. It will also create a persistent volume in your home direct
162162saving your blockchain as well as map the default ports. There is also an ` alpine ` tag
163163available for a slim version of the image.
164164
165- Do not forget ` --rpcaddr 0.0.0.0 ` , if you want to access RPC from other containers
165+ Do not forget ` --http.addr 0.0.0.0 ` , if you want to access RPC from other containers
166166and/or hosts. By default, ` geth ` binds to the local interface and RPC endpoints is not
167167accessible from the outside.
168168
@@ -182,16 +182,16 @@ you'd expect.
182182
183183HTTP based JSON-RPC API options:
184184
185- * ` --rpc ` Enable the HTTP-RPC server
186- * ` --rpcaddr ` HTTP-RPC server listening interface (default: ` localhost ` )
187- * ` --rpcport ` HTTP-RPC server listening port (default: ` 8545 ` )
188- * ` --rpcapi ` API's offered over the HTTP-RPC interface (default: ` eth,net,web3 ` )
189- * ` --rpccorsdomain ` Comma separated list of domains from which to accept cross origin requests (browser enforced)
185+ * ` --http ` Enable the HTTP-RPC server
186+ * ` --http.addr ` HTTP-RPC server listening interface (default: ` localhost ` )
187+ * ` --http.port ` HTTP-RPC server listening port (default: ` 8545 ` )
188+ * ` --http.api ` API's offered over the HTTP-RPC interface (default: ` eth,net,web3 ` )
189+ * ` --http.corsdomain ` Comma separated list of domains from which to accept cross origin requests (browser enforced)
190190 * ` --ws ` Enable the WS-RPC server
191- * ` --wsaddr ` WS-RPC server listening interface (default: ` localhost ` )
192- * ` --wsport ` WS-RPC server listening port (default: ` 8546 ` )
193- * ` --wsapi ` API's offered over the WS-RPC interface (default: ` eth,net,web3 ` )
194- * ` --wsorigins ` Origins from which to accept websockets requests
191+ * ` --ws.addr ` WS-RPC server listening interface (default: ` localhost ` )
192+ * ` --ws.port ` WS-RPC server listening port (default: ` 8546 ` )
193+ * ` --ws.api ` API's offered over the WS-RPC interface (default: ` eth,net,web3 ` )
194+ * ` --ws.origins ` Origins from which to accept websockets requests
195195 * ` --ipcdisable ` Disable the IPC-RPC server
196196 * ` --ipcapi ` API's offered over the IPC-RPC interface (default: ` admin,debug,eth,miner,net,personal,shh,txpool,web3 ` )
197197 * ` --ipcpath ` Filename for IPC socket/pipe within the datadir (explicit paths escape it)
0 commit comments