HMKnapp / woocommerce-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ready to Use WooCommerce

Launch

docker-compose --env-file .env up

Configure

Edit .env

Minimum Configuration
  1. NGROK_TOKEN

    Optional. To start ngrok inside docker and create a temporary URL
  2. WORDPRESS_HOST

    Optional. E.g. with permanent ngrok outside docker: `ngrok http https://localhost:8443`
  3. PLUGIN_URL

    Optional. URL to git repository or `.zip` file
  4. PLUGIN_VERSION

    Optional. Default: `master`. Can be branch, tag, commit. Ignored if `PLUGIN_URL` points to `.zip` file
Note
Plugin name is derived from name of first directory in repo or .zip.

About


Languages

Language:Shell 67.8%Language:Dockerfile 32.2%