Skip to content

Commit

Permalink
Merge pull request #2065 from bensteinberg/pg-16
Browse files Browse the repository at this point in the history
Minimal upgrade to Postgres 16
  • Loading branch information
bensteinberg authored Jan 10, 2025
2 parents 4e122a0 + 6baed82 commit 5fa4f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
db:
image: registry.lil.tools/library/postgres:12.11
image: registry.lil.tools/library/postgres:16.6
volumes:
- db_data_12:/var/lib/postgresql/data:delegated
- db_data_16:/var/lib/postgresql/data:delegated
ports:
- "127.0.0.1:54320:5432"
environment:
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
# command: bash

volumes:
db_data_12:
db_data_16:
minio_data:

networks:
Expand Down

0 comments on commit 5fa4f07

Please sign in to comment.