From c7f6555a78cbfdac603834f61ae7339cd4541fa5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 12 Nov 2020 14:12:08 +0200 Subject: [PATCH] Fixed description for web-nginx-pgsql/alpine image --- web-nginx-pgsql/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-nginx-pgsql/alpine/Dockerfile b/web-nginx-pgsql/alpine/Dockerfile index dfca29de7..ae058d087 100644 --- a/web-nginx-pgsql/alpine/Dockerfile +++ b/web-nginx-pgsql/alpine/Dockerfile @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.title="Zabbix web-interface (Nginx, PostgreSQL)" org.opencontainers.image.authors="Alexey Pustovalov " \ org.opencontainers.image.vendor="Zabbix LLC" \ org.opencontainers.image.url="https://zabbix.com/" \ - org.opencontainers.image.description="abbix web-interface based on Nginx web server with PostgreSQL database support" \ + org.opencontainers.image.description="Zabbix web-interface based on Nginx web server with PostgreSQL database support" \ org.opencontainers.image.licenses="GPL v2.0" STOPSIGNAL SIGTERM