Remove no longer needed POSTGRES_HOST_AUTH_METHOD

このコミットが含まれているのは:
Sandro Jäckel 2020-05-31 10:04:55 +02:00
コミット 8ebfaed546
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 3AF5A43A3EECC2E5
2個のファイルの変更1行の追加5行の削除

ファイルの表示

@ -14,7 +14,7 @@ services:
POSTGRES_PASSWORD: kemal
POSTGRES_USER: kemal
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
test: ["CMD", "pg_isready", "-U", "postgres"]
invidious:
build:
context: .

ファイルの表示

@ -1,5 +1 @@
FROM postgres:10
# Do not require a PostgreSQL superuser password.
# See https://github.com/docker-library/postgres/issues/681.
ENV POSTGRES_HOST_AUTH_METHOD trust