From 54ded62757e3ecb6755d2357f543659017d7cd80 Mon Sep 17 00:00:00 2001 From: Daniel Seiler Date: Sat, 27 Jan 2024 21:37:30 +0100 Subject: [PATCH] Update README.md (#1438) Add warning about docker-compose on windows --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d998511..f0f2ac36 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,10 @@ The Darkflame Server is automatically built and published as a Docker Container ## Compose +> [!WARNING] +> It seems that Docker Desktop on Windows with the WSL 2 backend has some issues with MariaDB (c.f. [mariadb-docker#331](https://github.com/MariaDB/mariadb-docker/issues/331)) triggered by NexusDashboard +> migrations, so this setup may not work for you. If that is the case, please tell us about your setup in [NexusDashboard#92](https://github.com/DarkflameUniverse/NexusDashboard/issues/92). + You can use the `docker-compose` tool to [setup a MariaDB database](#database-setup), run the Darkflame Server and manage it with [Nexus Dashboard](https://github.com/DarkflameUniverse/NexusDashboard) all at once. For that: