chsasank / outline-wiki-docker-compose

Installation and docker compose to self host outline wiki: https://www.getoutline.com/
295 stars 77 forks source link

Adding PGSSLMODE=disable to env file (fixes #6) #7

Closed MDXDave closed 4 years ago

MDXDave commented 4 years ago

We need to make sure to disable SSL connection to the pgsql database by adding PGSSLMODE=disable as an env variable.

This PR also fixes #6

See outline/outline#1501 for more information

chsasank commented 4 years ago

Thank you!