maxking / docker-mailman

Dockerfiles for the Mailman suite.
https://asynchronous.in/docker-mailman/
MIT License
235 stars 104 forks source link

Postgres is unavailable - sleeping #295

Closed deron2 closed 5 years ago

deron2 commented 5 years ago

Hi,

I am new to Docker and Mailman3. I followed your guide. When starting up with docker-compose up, I just get these errors:

mailman-web | Postgres is unavailable - sleeping mailman-core | Postgres is unavailable - sleeping

Are there steps missing in the documentation?

maxking commented 5 years ago

On February 2, 2019 3:40:03 PM GMT+05:30, Daniel Eckhoff notifications@github.com wrote:

Hi,

I am new to Docker and Mailman3. I followed your guide. When starting up with docker-compose up, I just get these errors:

mailman-web | Postgres is unavailable - sleeping mailman-core | Postgres is unavailable - sleeping

Are there steps missing in the documentation?

No, just wait for a little while longer :)

Postgres takes some time to boot up. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

deron2 commented 5 years ago

I updated my docker and docker-compose and I could fix that problem. 👌