mirror of
https://github.com/iv-org/invidious.git
synced 2025-02-24 03:37:41 +05:30
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
|