Skip to content

Commit

Permalink
Use PostgreSQL 15
Browse files Browse the repository at this point in the history
Important: PostgreSQL 15 won't be able to read databases created using PostgreSQL 13. You need to upgrade any existing databases yourself.
  • Loading branch information
patrys committed May 28, 2024
1 parent 465b1d9 commit 02ab281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
restart: unless-stopped

db:
image: library/postgres:13-alpine
image: library/postgres:15-alpine
ports:
- 5432:5432
restart: unless-stopped
Expand Down

0 comments on commit 02ab281

Please sign in to comment.