ThiagoBarradas / woocommerce-docker

Docker for build a test woocommerce image
https://hub.docker.com/r/thiagobarradas/woocommerce/
20 stars 5 forks source link

Create environment variables to customize domain #3

Open guillaume-gagnaire opened 5 years ago

guillaume-gagnaire commented 5 years ago

Hey !

First of all, good job on the images ! Thanks for the work.

I need, for my team, to use your image for automatically testing our woocommerce plugin. But, since we use Docker for everything else in our stack, we could use your help to add some environment variables to configure the domain to use, eg:

environment:
  WP_DOMAIN: http://127.0.0.1:23014

Thanks in advance !