Skip to content
Snippets Groups Projects
Commit 0c666048 authored by TonyFord's avatar TonyFord
Browse files

ts

parent a4ffc64c
No related branches found
No related tags found
No related merge requests found
Pipeline #952 canceled
......@@ -59,9 +59,9 @@ RUN mv ./faircoind /home/faircoin/faircoind
RUN mv ./faircoin-cli /home/faircoin/faircoin-cli
RUN mkdir -p /home/faircoin/.faircoin2
RUN chown -R faircoin:faircoin /home/faircoin/.faircoin2
RUN echo "TTT $FAIRCOIN_CONF" > /home/faircoin/.faircoin2/inf.conf
# RUN mkdir -p /home/faircoin/.faircoin2
# RUN chown -R faircoin:faircoin /home/faircoin/.faircoin2
# RUN echo "TTT $FAIRCOIN_CONF" > /home/faircoin/.faircoin2/inf.conf
WORKDIR /home/faircoin
ARG FAIRCOIN_CONF
......
......@@ -12,7 +12,7 @@ services:
FAIRCOIN_CONF: "${FAIRCOIN_CONF}"
container_name: FairCoin.Co-faircoind
restart: always
command: '-disablewallet -conf="${FAIRCOIN_CONF}"'
command: '-disablewallet -conf="${FAIRCOIN_CONF}" -port=40414'
# command: '-disablewallet -conf="${FAIRCOIN_CONF}" -blocknotify="${BLOCKNOTIFY}"'
network_mode: "host"
user: "${GITLAB_RUNNER_UID}:${GITLAB_RUNNER_GID}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment