Skip to content

Commit

Permalink
fix: use postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamjaiswal committed Sep 30, 2023
1 parent 308b632 commit 1fe2645
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 @@ -3,7 +3,7 @@ version: "3.3"
services:
db:
container_name: db
image: postgres:15.4
image: postgres:15
restart: always
environment:
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 1fe2645

Please sign in to comment.