diff --git a/compose_pgsql.yaml b/compose_pgsql.yaml index 12caf0aa7..ebdb0d212 100644 --- a/compose_pgsql.yaml +++ b/compose_pgsql.yaml @@ -39,8 +39,6 @@ services: file: compose_zabbix_components.yaml service: proxy-sqlite3 image: "${ZABBIX_PROXY_SQLITE3_IMAGE}:${ZBX_IMAGE_TAG}" - volumes: - - /etc/timezone:/etc/timezone:ro labels: com.zabbix.os: "${OS}" diff --git a/templates/entrypoints/web-apache-pgsql.sh b/templates/entrypoints/web-apache-pgsql.sh index df73d874b..bf4da8627 100644 --- a/templates/entrypoints/web-apache-pgsql.sh +++ b/templates/entrypoints/web-apache-pgsql.sh @@ -53,7 +53,7 @@ start_web_stack() { } prepare_service() { - info "** Preparing Zabbix web-interface (Apache) with MySQL database" + info "** Preparing Zabbix web-interface (Apache) with PostgreSQL database" check_db_variables "zabbix" check_db_connect "true" diff --git a/templates/entrypoints/web-nginx-pgsql.sh b/templates/entrypoints/web-nginx-pgsql.sh index 256fbb56f..ca47345cd 100644 --- a/templates/entrypoints/web-nginx-pgsql.sh +++ b/templates/entrypoints/web-nginx-pgsql.sh @@ -53,7 +53,7 @@ start_web_stack() { } prepare_service() { - info "** Preparing Zabbix web-interface (Nginx) with MySQL database" + info "** Preparing Zabbix web-interface (Nginx) with PostgreSQL database" check_db_variables "zabbix" check_db_connect "true"