A docker-composed based platform for running WordPress with Caddy server V2
To get your WordPress installation running follow these simple steps.
- Clone the repo
git clone https://github.com/10h30/wordpress-caddy-docker.git
- Go into the created folder
cd ./wordpress-caddy-docker find . -type f -iname "*.sh" -exec chmod +x {} \;
- Modify passwords and variables inside
.env
file as you wish - Run shell command
./wp-install.sh
- Run shell command
./wp-init.sh
- Run shell command
./wp-uninstall.sh