Skip to content

Commit

Permalink
Merge pull request #1970 from markkelnar/docker-image-cleanup
Browse files Browse the repository at this point in the history
Change docker image names specific to wp/php build
  • Loading branch information
jasonbahl committed Jun 23, 2021
2 parents bec1e81 + 1b9046d commit 0ad6d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ case "$subcommand" in
while getopts "e:at" opt; do
case ${opt} in
a )
docker-compose up --scale testing=0
docker-compose up --scale testing=0 \
-e WP_VERSION=${WP_VERSION} \
-e PHP_VERSION=${PHP_VERSION} \
;;
Expand Down

0 comments on commit 0ad6d07

Please sign in to comment.