- update docker-compose database charset and collation to utf8mb4

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

View File

@@ -40,7 +40,7 @@ Games listed below have been tested and confirmed working. Only game versions ol
- mysql/mariadb server
## Setup guides
Follow the platform-specific guides for [windows](docs/INSTALL_WINDOWS.md) and [ubuntu](docs/INSTALL_UBUNTU.md) to setup and run the server.
Follow the platform-specific guides for [windows](docs/INSTALL_WINDOWS.md), [ubuntu](docs/INSTALL_UBUNTU.md) or [docker](docs/INSTALL_DOCKER.md) to setup and run the server.
## Game specific information
Read [Games specific info](docs/game_specific_info.md) for all supported games, importer settings, configuration option and database upgrades.