Skip to content

Commit 29e98e3

Browse files
committed
chore: document USER_ID and GROUP_ID in docker-compose.yml
1 parent 6ea897a commit 29e98e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/containers/develop/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ services:
44
build:
55
context: '..'
66
dockerfile: './develop/Dockerfile'
7+
args:
8+
USER_ID: 1000 # set this to $(id -u) of the host
9+
GROUP_ID: 1000 # set this to $(id -g) of the host
710
ports:
811
- "9998:9998" # Mainnet Ports
912
- "9999:9999"

0 commit comments

Comments
 (0)