mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-26 15:33:36 +00:00
6 lines
165 B
Docker
6 lines
165 B
Docker
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
|