Running Discourse in a docker container on Ubuntu. It takes over web server ports etc. How can you run zabbix on this system? Is it a matter of only running an agent and hosting the zabbix server on a different system?
Ad Widget
Collapse
Dicourse docker and running zabbix
Collapse
X
-
If the port is busy, then you need a proxy server that will occupy (bind) port 80 itself, but will distribute requests based on the url.
Usually, nginx or traefik are used. Both will work.
By the way, zabbix can also be placed in containers, but this is if you are ready to learn docker, and not just want to quickly get it up and running.
Comment