`coder_app` resource doesn't proxy non localhost addresses
I have PGAdmin running in a separate container with the hostname
pgadmin
.
I have specified a coder_app
resource like this:
However I just get the following error message:
Any help would be much appreciated4 Replies
it works when the url is localhost
or some address that is pointed to 127.0.0.1
in /etc/hosts
inside the container if i curl http://pgadmin it works
We'll certainly fix this! Could you make a GitHub issue instead? I'm happy to if not
done 🙂
GitHub
coder_app
resource doesn't proxy non localhost addresses · Issue ...I have PGAdmin running in a separate container with the hostname pgadmin. I have specified a coder_app resource like this: resource "coder_app" "pgadmin" { agent...