fixed namespace

This commit is contained in:
cventastic
2021-12-13 00:12:30 +01:00
parent 5f31948903
commit 0893b3a5c0

View File

@@ -64,7 +64,7 @@ services:
rpcdaemon: rpcdaemon:
image: thorax/erigon:latest image: thorax/erigon:latest
command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon:9090 --txpool.api.addr=erigon:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,debug,net,trace --ws command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon:9090 --txpool.api.addr=erigon:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,debug,net,trace --ws
pid: service:erigon # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode) pid: service:erigon-trace # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode)
volumes: volumes:
- erigon-trace:-~/.local/share}/erigon:/home/erigon/.local/share/erigon - erigon-trace:-~/.local/share}/erigon:/home/erigon/.local/share/erigon
expose: expose: