init
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal 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
|
||||
Reference in New Issue
Block a user