Enable SMTP Traps
This commit is contained in:
parent
816ae9d74b
commit
afcd3759be
@ -7,8 +7,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "10051:10051"
|
- "10051:10051"
|
||||||
- "161:161"
|
|
||||||
- "162:1162"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
@ -66,6 +64,13 @@ services:
|
|||||||
com.zabbix.dbtype: "pgsql"
|
com.zabbix.dbtype: "pgsql"
|
||||||
com.zabbix.os: "alpine"
|
com.zabbix.os: "alpine"
|
||||||
|
|
||||||
|
# zabbix-snmptraps:
|
||||||
|
# container_name: zabbix-snmptraps
|
||||||
|
# image: zabbix/zabbix-snmptraps:6.0-alpine-latest
|
||||||
|
# restart: unless-stopped
|
||||||
|
# ports:
|
||||||
|
# - "162:1162"
|
||||||
|
|
||||||
zabbix-web-nginx-pgsql:
|
zabbix-web-nginx-pgsql:
|
||||||
container_name: zabbix-web
|
container_name: zabbix-web
|
||||||
image: zabbix/zabbix-web-nginx-pgsql:6.0-alpine-latest
|
image: zabbix/zabbix-web-nginx-pgsql:6.0-alpine-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user