Replies: 3 comments 4 replies
-
|
there is no error here, the container is being proxied via traefik, however you can't use localhost as the domain name, as your own host uses the name localhost, so this defaults to the main host not via the proxy. setting network mode host via your pr, would then make this port public, which is a security risk |
Beta Was this translation helpful? Give feedback.
-
|
@djsisson Thanks for the quick response. Fair point and I understand the explanation. I tried to replace the domain with Then I tried to re-create the orginal URL (which I didn't save anywhere) by creating a new Home Assistant and just replaced the app name It seems the port isn't open. The below command shows nothing. I also looked directly on the local server on my RaspberryPI 4 in which file Coolify itself with port 8000 is exposed via Traefik. I checked your docu and only found the dynamic config , but no mention where the normal routing is configured. I have Coolify also running on a Hetzner server, where I provide the DNS configuration. There I can replace domains in Coolify appname.mydomain.io and Traefik takes the routing configuration. I.e. I can access the apps via the given domain.
|
Beta Was this translation helpful? Give feedback.
-
|
the port is only used for the proxy to connect to the container, the port is not opened on your host you browse to a normal url lastly you can use sslip with any ip, even 127.0.0.1 so you can still use it locally but its not exposed via a public ip. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Error Message and Logs
Using the given docker-compose.yaml to install Home Assistant results in no apparent error message and no access to the application because the port is not made available on a Raspberry PI 4 with Debian GNU/Linux 13 (trixie).
Steps to Reproduce
http://localhost:8123http://localhost:8123Example Repository URL
https://github.com/Dr4gon/coolify/tree/next
Coolify Version
v4.0.0-beta.462
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian GNU/Linux 13 (trixie)
Additional Information
Hey Coolify-Team,
I found and fixed the issue already and will provide PR shortly after creating this.
Sunny regards,
De Long
Beta Was this translation helpful? Give feedback.
All reactions