wordpress-docker-compose
wordpress-docker-compose copied to clipboard
Deploy Wordpress on Localhost using Docker Compose
Hi, please add quotation marks in the title and admin_user: ``` install: configure configure: @echo "⚙️ Configuring Wordpress parameters..." wp core install \ --url=${WORDPRESS_WEBSITE_URL_WITHOUT_HTTP} \ --title="$(WORDPRESS_WEBSITE_TITLE)" \ --admin_user="${WORDPRESS_ADMIN_USER}" \ --admin_password=${WORDPRESS_ADMIN_PASSWORD}...
wp-cli useage example ``` docker exec wordpress_wpcli wp --info docker exec wordpress_wpcli wp user list ```
Permission issue in /scripts/Makefile prevented container from deploying and having a space in the title name caused a "Error: Too many positional arguments: Blog"
The compose-deprecated command is deprecated. The script should use the new native docker "compose" command.
I'm following your tutorial to deploy `Wordpress` using `Docker` on a `Ubuntu` server. It's important to mention that I already have two subdomains at this point, one for the Wordpress...
Hi. I've just seen typos in `docker build` commands so I decided a quick fix wouldn't take too long.
wpcli could not seem to connect as the environment variables were not set. E.g. I had this in my ~/.bash_profile ```alias wp="docker-compose run --rm wpcli"``` Then tried to run ```wp...
### Features Added - Add multiple installation & activation of themes or plugins in local or wordpress repository - Add auto cleanup of default wordpress themes, plugins, posts & pages...