Skip to content

Commit

Permalink
Update docker-compose.yml, expose only port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Apr 19, 2021
1 parent de4c684 commit d8ebe64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ services:
HOST: 0.0.0.0
working_dir: /app
ports:
- "8080:8080"
- "8081:8081"
- "127.0.0.1:8080:8080"

0 comments on commit d8ebe64

Please sign in to comment.