10h30 5d2f84e604 Update custom.ini
Add custom settings for opcache
2024-11-16 08:12:25 +09:00
2024-07-16 19:15:31 +07:00
2024-11-16 08:12:25 +09:00
2024-03-19 15:13:01 +07:00
2024-11-16 08:11:32 +09:00
2024-03-11 14:33:41 +07:00
2024-03-11 14:53:47 +07:00
2024-03-20 09:22:17 +07:00
2024-03-11 14:39:54 +07:00
2024-07-08 17:59:58 +07:00

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

  1. Clone the repo
    git clone https://github.com/10h30/wordpress-caddy-docker.git
    
  2. Go into the created folder
    cd ./wordpress-caddy-docker
    find . -type f -iname "*.sh" -exec chmod +x {} \;
    

(back to top)

🚀 Usage

Install

  1. Modify passwords and variables inside .env file as you wish
  2. Run shell command
    ./wp-install.sh
    

Init Wordpress Installation

  1. Run shell command
    ./wp-init.sh
    

Uninstall

  1. Run shell command
    ./wp-uninstall.sh
    
S
Description
A docker-composed based platform for running WordPress with Caddy server V2
Readme MIT 49 KiB
Languages
Shell 100%