Skip to content
Snippets Groups Projects
Commit 57151f1d authored by TonyFord's avatar TonyFord
Browse files

ts

parent fa34b6ae
No related branches found
No related tags found
No related merge requests found
Pipeline #970 passed
......@@ -65,4 +65,4 @@ RUN ./faircoind -daemon -disablewallet -reindex -port=$FAIRCOIN_PORT && \
./faircoin-cli stop && \
sleep 10
ENTRYPOINT ["./faircoind","-daemon","-disablewallet","-port=$FAIRCOIN_PORT" ]
ENTRYPOINT ["./faircoind" ]
......@@ -12,7 +12,7 @@ services:
FAIRCOIN_PORT: ${FAIRCOIN_PORT}
container_name: FairCoin.Co-faircoind
restart: always
command: '-blocknotify=/home/faircoin/script/blocknotify.sh'
command: '-daemon -disablewallet -port=$FAIRCOIN_PORT -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