mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
docker-compose erigon service not using expected user/group (#8097)
This commit is contained in:
parent
901edf9181
commit
661e99985d
@ -41,6 +41,7 @@ services:
|
||||
- ${XDG_DATA_HOME:-~/.local/share}/erigon:/home/erigon/.local/share/erigon
|
||||
restart: unless-stopped
|
||||
mem_swappiness: 0
|
||||
user: ${DOCKER_UID:-1000}:${DOCKER_GID:-1000}
|
||||
|
||||
sentry:
|
||||
<<: *default-erigon-service
|
||||
|
Loading…
Reference in New Issue
Block a user