Remove no longer needed POSTGRES_HOST_AUTH_METHOD

pull/1211/head
Sandro Jäckel 2020-05-31 10:04:55 +02:00
rodzic 0b52d52f4a
commit 8ebfaed546
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3AF5A43A3EECC2E5
2 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

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