This commit is contained in:
2026-08-04 21:38:47 +02:00
parent 6b0a14ad15
commit 9bd8785172
2 changed files with 2 additions and 2 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:
```bash
mysql -u root -p < sql\db-and-user.sql
mysql -u root -p < sql/db-and-user.sql
```
## 4. Umgebungsvariablen konfigurieren