Set the Postgres version to 13 as a temporary workaround for #2938

このコミットが含まれているのは:
TheFrenchGhosty 2022-04-04 20:36:45 +00:00 committed by GitHub
コミット 2c6cd74dc1
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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