Skip to content

Commit

Permalink
fix: only bind to localhost on the Docker host
Browse files Browse the repository at this point in the history
no need to bind to an external address

[skip ci]
  • Loading branch information
alee committed Feb 23, 2023
1 parent a687d74 commit eeddf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ services:
build:
context: .
ports:
- "6419:6419"
- "127.0.0.1:6419:6419"

0 comments on commit eeddf2a

Please sign in to comment.