Remove port for zabbix-web

Reverse proxy network will handle access to zabbix-web
This commit is contained in:
James 2022-02-16 20:58:44 +00:00
parent a77683add5
commit 18cd5bc019
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ services:
depends_on:
- postgres-server
- zabbix-server
ports: # Port where Zabbix UI is available
- 80:8080
# ports: # Port where Zabbix UI is available
# - 80:8080
zabbix-agent: # Zabbix agent service that tracks usage and send to zabbix server
image: zabbix/zabbix-agent:${ZABBIX_TAG}