mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-27 01:01:59 +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
|