diff --git a/docker-compose.yml b/docker-compose.yml
index f64449af5bb3342b6912743ddad2237e22935041..f147537cb66b1676cc69ce216fef6705f08ed215 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -10,6 +10,8 @@ services:
         GITLAB_RUNNER_UID: "${GITLAB_RUNNER_UID}"
         GITLAB_RUNNER_GID: "${GITLAB_RUNNER_GID}"
         FAIRCOIN_PORT: ${FAIRCOIN_PORT}
+    env_file:
+      - ${FAIRCOIN_CONF}
     container_name: FairCoin.Co-faircoind
     restart: always
     command: '-disablewallet -port=${FAIRCOIN_PORT} -blocknotify=/home/faircoin/script/blocknotify.sh'
@@ -18,4 +20,4 @@ services:
     volumes:
       - ~/.faircoin2:/home/faircoin/.faircoin2
       - ./script:/home/faircoin/script
-      - ${CI_PROJECT_DIR}/../pulse.faircoin.co:/home/faircoin/pulse.faircoin.co
+      - ../pulse.faircoin.co:/home/faircoin/pulse.faircoin.co