Skip to content

Commit

Permalink
consul_telemetry_exporter-9 docker port is 9310 while the real port i…
Browse files Browse the repository at this point in the history
…s 9320 (#10)
  • Loading branch information
lchayoun authored and regevbr committed Nov 22, 2017
1 parent 9502a54 commit d22ee2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:

install:
- docker build -t consul_telemetry_exporter .
- docker run -d -p 127.0.0.1:9310:9310 --name consul_telemetry_exporter consul_telemetry_exporter
- docker run -d -p 127.0.0.1:9320:9320 --name consul_telemetry_exporter consul_telemetry_exporter

script:
- docker ps | grep -q consul_telemetry_exporter
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ RUN npm install --only=production
# Bundle app source
COPY . .

EXPOSE 9310
EXPOSE 9320

CMD [ "npm", "start" ]

0 comments on commit d22ee2e

Please sign in to comment.