Skip to content

Commit

Permalink
Docker: expose 9000 to allow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev authored May 7, 2020
1 parent d94391d commit cc1b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ RUN [ "$DEV" = "no" ] \

VOLUME ["/data"]

EXPOSE 6080
EXPOSE 6080 9000

ENTRYPOINT ["/go/bin/houndd", "-conf", "/data/config.json"]

0 comments on commit cc1b42b

Please sign in to comment.