Skip to content

Commit

Permalink
Merge pull request #128 from akquinet/container-ipv6
Browse files Browse the repository at this point in the history
uvicorn should listen on all interfaces to support ipv6
  • Loading branch information
rwxd authored Jan 9, 2025
2 parents 8bf0201 + f0d5fe3 commit 221ca63
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,4 +23,4 @@ RUN : \
USER appuser


CMD ["uvicorn", "--host", "0.0.0.0", "--port", "8000", "powerdns_api_proxy.proxy:app"]
CMD ["uvicorn", "--host", "*", "--port", "8000", "powerdns_api_proxy.proxy:app"]

0 comments on commit 221ca63

Please sign in to comment.