asciinema / asciinema-server

Platform for hosting and sharing terminal session recordings
https://asciinema.org
Apache License 2.0
2.26k stars 262 forks source link

[docker-compose]: Fix issue about migration to postgresql 12 #394

Closed Ankirama closed 1 year ago

Ankirama commented 2 years ago

From postgresql 11 or 12, we can't use an empty password by default.

You may:

The easiest way to fix it right is to use the trust auth method, but it should be better in a production environment to set a password instead.

Thank you for your work.

ku1ik commented 1 year ago

Thanks!