mirror of
https://github.com/10h30/wordpress-caddy-docker.git
synced 2026-06-05 15:09:52 +09:00
954 B
954 B
wordpress-caddy-docker
A docker-composed based platform for running WordPress with Caddy server V2
🏃 Getting Started
To get your WordPress installation running follow these simple steps.
Prerequisites
Installation
- 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 {} \;
🚀 Usage
Install
- Modify passwords and variables inside
.envfile as you wish - Run shell command
sh wp-install.sh
Init Wordpress Installation
- Run shell command
sh wp-init.sh
Uninstall
- Run shell command
sh wp-uninstall.sh