mirror of
https://mirror.skon.top/github.com/zabbix/zabbix-docker
synced 2026-04-20 21:00:35 +08:00
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
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:
@@ -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}"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user