Revert "Add HOST_AUTH_METHOD=trust to docker compose (see docker-library/postgres#681)"

This reverts commit ef70668a77.
pull/1030/head
Omar Roth 2020-03-01 11:07:20 -05:00
rodzic c80c5631f0
commit 856ec03cc7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B8254FB7EC3D37F2
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -7,8 +7,6 @@ services:
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
invidious: