We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
USER_ID
GROUP_ID
docker-compose.yml
1 parent 6ea897a commit 29e98e3Copy full SHA for 29e98e3
contrib/containers/develop/docker-compose.yml
@@ -4,6 +4,9 @@ services:
4
build:
5
context: '..'
6
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
10
ports:
11
- "9998:9998" # Mainnet Ports
12
- "9999:9999"
0 commit comments