mirror of
https://github.com/10h30/wordpress-caddy-docker.git
synced 2026-06-05 15:09:52 +09:00
main
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
./wp-install.sh
Init Wordpress Installation
- Run shell command
./wp-init.sh
Uninstall
- Run shell command
./wp-uninstall.sh
Languages
Shell
100%