Fix Docker database startup (#360)

This commit is contained in:
Fabian
2026-07-31 06:12:05 +01:00
committed by GitHub
parent dd52fa6046
commit 4f9bc3c37c
3 changed files with 107 additions and 5 deletions
+6 -2
View File
@@ -43,10 +43,14 @@ docker compose up -d
This command will:
- Build the TravianZ web application container
- Start a MariaDB (latest) database container
- Start a phpMyAdmin container for database management
- Start a MariaDB (latest) database container and wait for it to become ready
- Start the web application and phpMyAdmin after MariaDB is healthy
- Set up a network for all containers to communicate
The installation wizard creates the TravianZ schema. SQL files in `var/db`
are templates whose placeholders are resolved by the installer; MariaDB does
not execute them directly during container initialization.
### 4. Access the Installation Wizard
Once the containers are running, open your browser and navigate to: