mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
ed42f98a98
* backward compatibility: use default UID=1000 GID=1000 * backward compatibility: use default UID=1000 GID=1000
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
# host OS dedicated user (for docker especially)
|
|
ERIGON_USER=erigon
|
|
|
|
# UID, GID of user inside docker process which must exist also on host OS
|
|
DOCKER_UID=1000 # random number [1001, 10000] chosen arbitrarily for example
|
|
DOCKER_GID=1000 # can choose any valid #. 1000 tends to be taken by first user
|