Skip to content

Commit

Permalink
Pin version for zabbix image to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Oct 17, 2024
1 parent a3adaaf commit 45cd429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devenv/zabbix70/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 45cd429

Please sign in to comment.