Homepage unable to connect other services running in docker in same machine #4164
-
DescriptionI have installed portainer in Oracle free tier and installed homepage, adguard dns, nginx proxy manager etc. homepage versionv0.9.11 (2245cdd, Oct 15, 2024) Installation methodDocker Configuration- Monitor:
- Adguard:
href: https://adguard.asdasd.buzz
icon: adguard.png
widget:
type: adguard
url: http://10.0.0.10:8443
username: SparkyAdguard
password: qweqwe$
- NPM:
href: https://nginx.asdasd.buzz
icon: nginx.png
widget:
type: npm
url: http://10.0.0.10:81
username: [email protected]
password: asdasd$
icon: nginx.png
- Portainer:
href: https://port.asdasd.buzz
icon: portainer.png
widget:
type: portainer
url: https://10.0.0.10:9000
env: 2
key: ptr_N/4zpU63nhEmJ Container LogsAPI Error: Unknown error Browser LogsAPI Error: Unknown error Troubleshootingtest |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Huh? Please start with the troubleshooting guide that is linked to from the form. This is almost certainly not a homepage thing but a networking / setup thing somehow. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
You should read the docker networking documentation. Using the host IP (ie using host network mode) between containers defeats (some of) the purpose of containerizing and docker’s internal dns.
Instead, the most common thing is to use a container name as the host eg http://portainer:3000
There are other approaches too
Again, not really anything to do with homepage