From 9568bf97729b1f83d2f54ecc467b38482ec52672 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 16 Jul 2018 05:58:51 +0000 Subject: [PATCH] circleci: Fix port --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1de7318..25a327c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,8 @@ jobs: - di: "nfpis/nfpis" - dtag: "latest" - service_name: "nfpis" - - target_port: "3000" # The target port on the docker software - - service_port: "7021" # The exposed public port + - target_port: "7021" # The target port on the docker software + - service_port: "3000" # The exposed public port working_directory: ~/nfpis steps: - run: