Skip to content

Commit

Permalink
fix: Docker postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Dec 22, 2023
1 parent 6dfc564 commit 3d9d317
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.8'
services:
postgres:
image: postgres
image: postgres:16.1
ports:
- '${DOCKER_DATABASE_PORT:-5432}:5432'
environment:
Expand Down

1 comment on commit 3d9d317

@vercel
Copy link

@vercel vercel bot commented on 3d9d317 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.