- Ubuntu
- Docker
- Docker-compose
- 🔐 SSL Letsencrypt certificate
- ♻️ Renewing Certificates automatically
- 🔐 Nginx security parameters
- 🦾 Wordpress version 5.8.2
create .env
MYSQL_ROOT_PASSWORD=root_password
MYSQL_USER=wordpress
MYSQL_PASSWORD=wordpress_password
LETSENCRYPT_EMAIL=user@example.com
DOMAIN_NAME=example.com
🛠️ (optional) put your themes/plugins into the specific directory (Have to be compatible to the used wordpress version)
./setup.sh
./uninstall.sh