Fixed log records for PostgreSQL web images
Some checks failed
Build images (DockerHub) / Initialize build (push) Has been cancelled
Build images (DockerHub) / Build base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub) / Build ${{ matrix.build }} base on ${{ matrix.os }} (push) Has been cancelled
Build images (DockerHub) / Build ${{ matrix.build }} on ${{ matrix.os }} (push) Has been cancelled

This commit is contained in:
Alexey Pustovalov
2026-04-18 22:52:23 +09:00
parent 4cb9d7a0e6
commit f5bcde4e64
3 changed files with 2 additions and 4 deletions

View File

@@ -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}"

View File

@@ -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"

View File

@@ -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"