gthole / gedgo

A Gedcom viewer web app.
MIT License
47 stars 12 forks source link

docker compose error #7

Closed medyagh closed 6 years ago

medyagh commented 6 years ago

Followed the readme step by step got this error for docker-compose:

django.db.utils.OperationalError: (2059, "Authentication plugin 'caching_sha2_password' cannot be loaded: Error loading shared library /usr/lib/mysql/plugin/caching_sha2_password.so: No such file or directory")
medyagh commented 6 years ago

figured out the latest version of mysql docker works differently that breaks gedgo, I made a PR that fixes it https://github.com/gthole/gedgo/pull/8