chore: add pid=host to docker-compose.yml (#7479)

This commit is contained in:
Alexey Shekhirin
2024-04-05 11:48:19 +01:00
committed by GitHub
parent 9e343c3986
commit 89409992f2

View File

@ -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: >