Skip to content

Commit

Permalink
Update postgres version in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Jan 7, 2024
1 parent 8a4c273 commit 7eff6c4
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
@@ -1,7 +1,7 @@
version: "3"
services:
postgres:
image: postgres:14
image: postgres:16
ports:
- "127.0.0.1:5440:5432"
environment:
Expand Down

0 comments on commit 7eff6c4

Please sign in to comment.