Originally created by @ljcbaby on GitHub (Jan 22, 2025).
Is your feature request related to a problem? Please describe.
I use IPv6 ULA to connect pods on Docker。
Describe the solution you'd like
try to find where set 0.0.0.0
Describe alternatives you've considered
change files inside image
Additional context
set Uvicorn Host from "0.0.0.0" to None to listening dual stack.
Originally created by @ljcbaby on GitHub (Jan 22, 2025).
**Is your feature request related to a problem? Please describe.**
I use IPv6 ULA to connect pods on Docker。
**Describe the solution you'd like**
try to find where set 0.0.0.0
**Describe alternatives you've considered**
change files inside image
**Additional context**
set Uvicorn Host from "0.0.0.0" to None to listening dual stack.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ljcbaby on GitHub (Jan 22, 2025).
Is your feature request related to a problem? Please describe.
I use IPv6 ULA to connect pods on Docker。
Describe the solution you'd like
try to find where set 0.0.0.0
Describe alternatives you've considered
change files inside image
Additional context
set Uvicorn Host from "0.0.0.0" to None to listening dual stack.