-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed as not planned
Labels
networkingArea: networkingArea: networkingstaleThis issue is like stale bread.This issue is like stale bread.
Description
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_id = coder_agent.main.id
name = "PGAdmin"
url = "http://pgadmin/"
icon = "icons/pgadmin.svg"
relative_path = true
}
However I just get the following error message:
PGAdmin is offline!
read tcp [ipv6-here]:44715: connection reset by peer
- 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
Any help would be much appreciated
richardkriesman, rhysjtevans and matifali
Metadata
Metadata
Assignees
Labels
networkingArea: networkingArea: networkingstaleThis issue is like stale bread.This issue is like stale bread.