move db setup sql

This commit is contained in:
2026-08-04 21:37:23 +02:00
parent 77d2b27519
commit 6b0a14ad15
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Volume in den Container gemountet.
Falls Datenbank und Benutzer noch nicht existieren, führe dieses Skript einmalig aus: Falls Datenbank und Benutzer noch nicht existieren, führe dieses Skript einmalig aus:
```bash ```bash
mysql -u root -p < mariadb-setup.sql mysql -u root -p < sql\db-and-user.sql
``` ```
## 4. Umgebungsvariablen konfigurieren ## 4. Umgebungsvariablen konfigurieren