File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 15-3.0.2 2023-02-08 <dave at tiredofit dot ca >
2+
3+ ### Added
4+ - Postgresql 15.2
5+ - Zabbix Postgresql plugin 6.2.7
6+
7+
18## 3.0.1 2023-01-04 <dave at tiredofit dot ca >
29
310 ### Changed
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66
77ARG POSTGRES_VERSION
88ARG POSTGRES_ZABBIX_PLUGIN_VERSION
9- ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.1" } \
10- POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-"1 .2.0 " } \
9+ ENV POSTGRES_VERSION=${POSTGRES_VERSION:-"15.2 } \
10+ POSTGRES_ZABBIX_PLUGIN_VERSION=${POSTGRES_ZABBIX_PLUGIN_VERSION:-" 6 .2.7 "} \
1111 CONTAINER_ENABLE_MESSAGING=FALSE \
1212 IMAGE_NAME=" tiredofit/postgres:15" \
1313 IMAGE_REPO_URL=" https://github.com/tiredofit/docker-postgres/"
Original file line number Diff line number Diff line change 1- version : ' 2.4'
21services :
32
43 postgres-db :
@@ -22,5 +21,5 @@ services:
2221 restart : always
2322
2423networks :
25- internal :
24+ services :
2625 external : false
You can’t perform that action at this time.
0 commit comments