Skip to content

Commit

Permalink
Merge pull request #3007 from iv-org/TheFrenchGhosty-postgres13
Browse files Browse the repository at this point in the history
Set the Postgres version to 13 as a temporary workaround for #2938
  • Loading branch information
TheFrenchGhosty authored Apr 4, 2022
2 parents a2b326e + 2c6cd74 commit 91b079f
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 @@ -39,7 +39,7 @@ services:
- invidious-db

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

0 comments on commit 91b079f

Please sign in to comment.