mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Remove no longer needed POSTGRES_HOST_AUTH_METHOD
This commit is contained in:
parent
0b52d52f4a
commit
8ebfaed546
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue