1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-01-12 09:42:30 +05:30

Revert "Add HOST_AUTH_METHOD=trust to docker compose (see )"

This reverts commit ef70668a77c17cafa47776dde284f94faa957364.
This commit is contained in:
Omar Roth 2020-03-01 11:07:20 -05:00
parent c80c5631f0
commit 856ec03cc7
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

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