- update docker-compose database charset and collation to utf8mb4

- update TODO list in docker guide
- update readme.md
This commit is contained in:
2023-10-21 17:33:58 +02:00
parent a3d2955fce
commit 5420076c8e
3 changed files with 5 additions and 4 deletions

View File

@ -200,4 +200,5 @@ This will fix errors loading data from server.
## read.py "Can't connect to local server through socket '/run/mysqld/mysqld.sock'"
sqlalchemy by default reads any ip based connection as socket, thus trying to connect locally, please use a hostname (such as ma.db as in guide, and do not localhost) to force it to use a network interface.
### TODO:
- Production environment