mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add pid=host to docker-compose.yml (#7479)
This commit is contained in:
@ -16,6 +16,8 @@ services:
|
|||||||
- holesky_data:/root/.local/share/reth/holesky
|
- holesky_data:/root/.local/share/reth/holesky
|
||||||
- logs:/root/logs
|
- logs:/root/logs
|
||||||
- ./jwttoken:/root/jwt:ro
|
- ./jwttoken:/root/jwt:ro
|
||||||
|
# https://paradigmxyz.github.io/reth/run/troubleshooting.html#concurrent-database-access-error-using-containersdocker
|
||||||
|
pid: host
|
||||||
# For Sepolia, replace `--chain mainnet` with `--chain sepolia`
|
# For Sepolia, replace `--chain mainnet` with `--chain sepolia`
|
||||||
# For Holesky, replace `--chain mainnet` with `--chain holesky`
|
# For Holesky, replace `--chain mainnet` with `--chain holesky`
|
||||||
command: >
|
command: >
|
||||||
|
|||||||
Reference in New Issue
Block a user