Skip to content
Snippets Groups Projects
Commit 4522f92e authored by TonyFord's avatar TonyFord
Browse files

ts

parent 0f3dc8f6
No related branches found
No related tags found
No related merge requests found
Pipeline #972 passed
......@@ -12,7 +12,7 @@ services:
FAIRCOIN_PORT: ${FAIRCOIN_PORT}
container_name: FairCoin.Co-faircoind
restart: always
command: '-daemon -disablewallet -port=${FAIRCOIN_PORT} -blocknotify=/home/faircoin/script/blocknotify.sh'
command: '-daemon -disablewallet -port=${FAIRCOIN_PORT} -conf="/home/faircoin/.faircoin2/faircoin.conf" -blocknotify="/home/faircoin/script/blocknotify.sh"'
network_mode: "host"
user: "${GITLAB_RUNNER_UID}:${GITLAB_RUNNER_GID}"
volumes:
......
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