Skip to content

Commit 344a5fa

Browse files
committed
Release 15-3.0.2 - See CHANGELOG.md
1 parent e603839 commit 344a5fa

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG POSTGRES_VERSION
88
ARG 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/"

examples/docker-compose.yml renamed to examples/compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '2.4'
21
services:
32

43
postgres-db:
@@ -22,5 +21,5 @@ services:
2221
restart: always
2322

2423
networks:
25-
internal:
24+
services:
2625
external: false

0 commit comments

Comments
 (0)