Pin version for zabbix image to 7

This commit is contained in:
Zoltán Bedi
2024-10-17 11:30:33 +02:00
parent a3adaaf25e
commit 45cd429d38

View File

@@ -15,7 +15,7 @@ services:
# Zabbix
zabbix-server:
image: zabbix/zabbix-server-pgsql:alpine-trunk
image: zabbix/zabbix-server-pgsql:alpine-7.0-latest
ports:
- '10051:10051'
depends_on:
@@ -32,7 +32,7 @@ services:
ZBX_DEBUGLEVEL: 3
zabbix-web:
image: zabbix/zabbix-web-apache-pgsql:alpine-trunk
image: zabbix/zabbix-web-apache-pgsql:alpine-7.0-latest
ports:
- '8188:8080'
depends_on:
@@ -57,7 +57,7 @@ services:
POSTGRES_PASSWORD: zabbix
zabbix-agent:
image: zabbix/zabbix-agent:alpine-trunk
image: zabbix/zabbix-agent:alpine-7.0-latest
environment:
ZBX_SERVER_HOST: zabbix-server
ZBX_SERVER_PORT: 10051