Skip to content

Commit

Permalink
add bind addr
Browse files Browse the repository at this point in the history
  • Loading branch information
alexferl committed Feb 27, 2024
1 parent e255de4 commit 6e6e41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ docker-build:
docker build -t app .

docker-run:
docker run -p 1323:1323 --rm app
docker run -p 1323:1323 --rm app --http-bind-address 0.0.0.0

0 comments on commit 6e6e41c

Please sign in to comment.