Skip to content

Commit

Permalink
Update Dockerfile to expose port 8080 by default (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyessenov authored Apr 17, 2017
1 parent 49108b2 commit a9ba447
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ RUN mkdir -p /var/lib/nginx/optional && \
# Status port 8090 is exposed by default
EXPOSE 8090

# The default HTTP/1.x port is 8080. It might help to expose this port explicitly
# since documentation still refers to using docker without additional EXPOSE step
EXPOSE 8080

ENTRYPOINT ["/usr/sbin/start_esp"]

0 comments on commit a9ba447

Please sign in to comment.