updated zabbix-server to 6.4
This commit is contained in:
parent
2952ed8ddc
commit
11dd34decb
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ in
|
|||
};
|
||||
|
||||
virtualisation.oci-containers.containers.zabbix-server = {
|
||||
image = "docker.io/zabbix/zabbix-server-pgsql:alpine-6.2-latest";
|
||||
image = "docker.io/zabbix/zabbix-server-pgsql:alpine-6.4-latest";
|
||||
environment = {
|
||||
DB_SERVER_HOST = db_host;
|
||||
POSTGRES_USER = db;
|
||||
|
|
@ -39,7 +39,7 @@ in
|
|||
};
|
||||
|
||||
virtualisation.oci-containers.containers.zabbix-web = {
|
||||
image = "docker.io/zabbix/zabbix-web-nginx-pgsql:alpine-6.2-latest";
|
||||
image = "docker.io/zabbix/zabbix-web-nginx-pgsql:alpine-6.4-latest";
|
||||
environment = {
|
||||
DB_SERVER_HOST = db_host;
|
||||
POSTGRES_USER = db;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue