Open
Description
Nginx Unit version: 1.32.1
Validation error when setting action proxy. http://host.docker.internal:7600 fails verification
Config inside my docker container:
I tried to use this inside a container to communicate with the host, but there is no way to simply load it :)
{
"listeners": {
"*:80": {
"pass": "routes/test"
},
},
"routes": {
"test": [
{
"action": {
"proxy": "http://host.docker.internal:7600"
}
}
],
}
}
Error:
{
"error": "Invalid configuration.",
"detail": "The \"proxy\" address is invalid \"host.docker.internal:7600\""
}
Metadata
Assignees
Labels
No labels
Activity