Merge pull request #3007 from iv-org/TheFrenchGhosty-postgres13

Set the Postgres version to 13 as a temporary workaround for #2938
This commit is contained in:
TheFrenchGhosty 2022-04-04 20:37:10 +00:00 committed by GitHub
commit 91b079f4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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