Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Grows Sporos
electrumfairchainsx
Commits
195598de
Commit
195598de
authored
Jul 22, 2020
by
TonyFord
Browse files
ts
parent
3046264b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
195598de
...
...
@@ -38,6 +38,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
ARG
RUNNER_GID
ARG
RUNNER_UID
ENV
USER=faircoin
ENV
FAIRCHAINS_PATH=/home/faircoin/.faircoin2/
RUN
groupadd
-g
$RUNNER_GID
faircoin
RUN
useradd
--create-home
--shell
/bin/bash faircoin
--uid
$RUNNER_UID
--gid
$RUNNER_GID
...
...
docker-compose.yml
View file @
195598de
...
...
@@ -9,7 +9,6 @@ services:
RUNNER_UID
:
"
${RUNNER_UID}"
RUNNER_GID
:
"
${RUNNER_GID}"
container_name
:
FairCoin.Co-electrumfairchainsx
command
:
--fairchains-path /home/faircoin/.faircoin2/
network_mode
:
"
host"
user
:
"
${RUNNER_UID}:${RUNNER_GID}"
volumes
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment