Commit 0cc24725 authored by vicotor's avatar vicotor

update

parent b8e2a174
Pipeline #896 canceled with stages
...@@ -7,10 +7,12 @@ services: ...@@ -7,10 +7,12 @@ services:
image: rpcproxy:latest image: rpcproxy:latest
environment: environment:
- ETH_RPC_BACKEND=http://172.17.0.1:26658 - ETH_RPC_BACKEND=http://172.17.0.1:26658
- MYSQL_DSN="" - MYSQL_DSN="root:fNWYkvHcA6Pr5q0RGa8m@tcp(172.31.45.123:53306)/tidb_block_browser"
command: command:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"
- "/usr/bin/rpcproxy" - "/usr/bin/rpcproxy"
ports:
- "26661:8545"
restart: restart:
unless-stopped unless-stopped
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment