Skip to content

Commit

Permalink
Release 7.6.3 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 30, 2022
1 parent 463acc8 commit d9fcfbd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.6.3 2022-05-30 <dave at tiredofit dot ca>

### Added
- Zabbix Agent 6.0.5


## 7.6.2 2022-05-24 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG ZABBIX_VERSION
### Set defaults
ENV FLUENTBIT_VERSION=${FLUENTBIT_VERSION:-"1.8.15"} \
S6_OVERLAY_VERSION=${S6_OVERLAY_VERSION:-"3.1.0.1"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.0.4"} \
ZABBIX_VERSION=${ZABBIX_VERSION:-"6.0.5"} \
DOAS_VERSION=${DOAS_VERSION:-"v6.8.2"} \
DEBUG_MODE=FALSE \
TIMEZONE=Etc/GMT \
Expand Down
2 changes: 1 addition & 1 deletion install/assets/functions/00-container
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ db_ready() {
;;
"pgsql" | "psql" | "postgres" | "postgresql" )
if [ -n "${DB_PORT}" ] ; then postgres_port=${DB_PORT} ; fi ;
if [ -n "${POSTGRES_PORT}" ] ; then postgres_port=${MYSQL_PORT} ; fi ;
if [ -n "${POSTGRES_PORT}" ] ; then postgres_port=${POSTGRES_PORT} ; fi ;
postgres_port=${postgres_port:-5432}
if [ -n "${DB_HOST}" ] ; then postgres_host=${DB_HOST} ; fi ;
if [ -n "${POSTGRES_HOST}" ] ; then postgres_host=${POSTGRES_HOST} ; fi ;
Expand Down

0 comments on commit d9fcfbd

Please sign in to comment.