Skip to content

Commit

Permalink
Bump postgre version in dev compose (#4203)
Browse files Browse the repository at this point in the history
Fix postgre ver diff between dev and prod compose
  • Loading branch information
syeopite committed Oct 25, 2023
1 parent 2414e7d commit 8087e64
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 @@ -40,7 +40,7 @@ services:
- invidious-db

invidious-db:
image: docker.io/library/postgres:13
image: docker.io/library/postgres:14
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data
Expand Down

0 comments on commit 8087e64

Please sign in to comment.