Skip to content

Commit

Permalink
Merge pull request #4 from clouddrove/TF-8
Browse files Browse the repository at this point in the history
update template for dynamic version
  • Loading branch information
Sohan committed Jan 28, 2020
2 parents 86c6fd2 + 3c47074 commit 162770e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p /run/php/
set -eux -o pipefail

# pull the image before so we dont first remove the container and then pull
docker pull clouddrove/php:"{{ php_version }}"-fpm
docker pull clouddrove/php:"{{ php_version }}"

docker rm -f -v php || :

Expand All @@ -17,4 +17,4 @@ docker run -u root --net=host --rm --name=php \
-v {{ php_config_dir }}/pool/www.conf:/usr/local/etc/php-fpm.d/www.conf \
-v {{ php_config_dir }}/pool/upstream.conf:/usr/local/etc/php-fpm.d/upstream.conf \
-v {{ php_config_dir }}/pool/queue.conf:/usr/local/etc/php-fpm.d/queue.conf \
clouddrove/php:"{{ php_version }}"-fpm
clouddrove/php:"{{ php_version }}"

0 comments on commit 162770e

Please sign in to comment.