Files
wordpress_docker/README.md
2026-02-12 17:01:32 +01:00

14 lines
283 B
Markdown

# 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