mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-25 06:57:22 +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
|