sipcapture / homer-docker

HOMER 10 Docker
GNU Affero General Public License v3.0
13 stars 10 forks source link

Running behind a specific IP address #13

Closed televi closed 3 months ago

televi commented 4 months ago

I needed to deploy the HOMER stack behind a single IP address (not 0.0.0.0) since it's on a server with other docker compose entities that also expose a web server. I was able to get that to work and wanted to share what I did in case it's useful for other people (or in case there's a better way for me to have done that).

Would you prefer I simply provide what I did here (just updating some of the entries under the various port sections) or would a PR for an update to a readme or something be better?

lmangani commented 4 months ago

Thanks @televi the best way is to contribute to any of the project readmes or guides mentioning any such example. In the specific case of docker configuration, there are always infinite edge cases so we go for the most generic and leave the exercise up to the reader but it always helps to have more examples for sure.