Update README.md & reload_caddy

This commit is contained in:
2024-12-30 21:15:05 +09:00
parent d22b377f73
commit d9a5322151
4 changed files with 9 additions and 14 deletions
-8
View File
@@ -1,13 +1,5 @@
#!/bin/bash
wp_cli() {
docker run --rm \
--network container:wordpress_${DOMAIN} \
-v "$(pwd):/var/www/html" \
wordpress:cli-php8.1 \
wp "$@"
}
wpcli() {
docker compose run --rm wpcli "$@"
}