Skip to content

Commit

Permalink
PostgreSQL 17
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Nov 10, 2024
1 parent 0bdd8e1 commit c795252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16
FROM postgres:17
MAINTAINER napster@npstr.space

ENV POSTGRES_USER postgres
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ simple
```yaml
services:
dev-postgres:
image: napstr/poggres:16
image: napstr/poggres:17
restart: always
ports:
- 127.0.0.1:5442:5432
Expand All @@ -66,12 +66,12 @@ more stuff
```yaml
services:
db:
image: napstr/poggres:16
image: napstr/poggres:17
restart: always
ports:
- 127.0.0.1:5432:5432
volumes:
- ./postgres-data/16/data:/var/lib/postgresql/data
- ./postgres-data/17/data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=top_secret
- DB=foo
Expand Down

0 comments on commit c795252

Please sign in to comment.