erigon-pulse/.env.example
Alex Sharov ed42f98a98
backward compatibility: use default UID=1000 GID=1000 (#4702)
* backward compatibility: use default UID=1000 GID=1000

* backward compatibility: use default UID=1000 GID=1000
2022-07-13 14:45:00 +07:00

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