This commit is contained in:
2026-02-12 17:01:32 +01:00
commit 232159984c
11 changed files with 101 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# Crispi Docker template
# Einrichten
```
echo "MYSQL_ROOT_PASSWORD=$( openssl rand -hex 16 )" > .env
MYSQL_DATABASE=wordpress >> .env
MYSQL_USER=wordpress >> .env
echo "MYSQL_PASSWORD=$( openssl rand -hex 16 )" >> .env
```
## Cron
Backup script in Cron einbinden nicht vergessen