Skip to content

Commit

Permalink
chore: pull latest postgres image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Jan 12, 2024
1 parent 5681011 commit e1877b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
- '9000:9000' # web interface
- '1100:1100' # POP3
db:
image: supabase/postgres:14.1.0
image: supabase/postgres:latest
ports:
- '5432:5432'
command: postgres -c config_file=/etc/postgresql/postgresql.conf
Expand Down

0 comments on commit e1877b2

Please sign in to comment.