mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 23:31:27 +09:00
Add phpMyAdmin support to Docker and Caddy configuration. Fix validation to allow subdomain
This commit is contained in:
+2
-1
@@ -207,7 +207,8 @@ install_site() {
|
||||
cd "$WP_PROJECT_DIR"
|
||||
|
||||
# Ask if the user wants to include phpMyAdmin in the setup
|
||||
read -p "Do you want to include phpMyAdmin? (y/n): " USE_PHPMYADMIN
|
||||
read -p "Do you want to include phpMyAdmin? (Y/n) [N]: " USE_PHPMYADMIN
|
||||
USE_PHPMYADMIN=${USE_PHPMYADMIN:-n}
|
||||
USE_PHPMYADMIN=$(echo "$USE_PHPMYADMIN" | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
# Create necessary configuration files for Docker Compose, Caddy, and WordPress
|
||||
|
||||
Reference in New Issue
Block a user