mirror of
https://github.com/Thumbscrew/zabbix-server-docker-compose.git
synced 2025-01-18 17:45:47 +00:00
Remove port for zabbix-web
Reverse proxy network will handle access to zabbix-web
This commit is contained in:
parent
a77683add5
commit
18cd5bc019
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user