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

change conf path

parent 8e7e440c
No related branches found
No related tags found
No related merge requests found
Pipeline #980 passed
......@@ -12,7 +12,7 @@ services:
FAIRCOIN_PORT: ${FAIRCOIN_PORT}
container_name: FairCoin.Co-faircoind
restart: always
command: '-disablewallet -conf="${FAIRCOIN_CONF}" -port=${FAIRCOIN_PORT}'
command: '-disablewallet -conf="/home/faircoin/.faircoin2/faircoin.conf" -port=${FAIRCOIN_PORT}'
# 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