Skip to content

Commit

Permalink
Merge pull request #7 from clouddrove/TF-8
Browse files Browse the repository at this point in the history
Tf 8
  • Loading branch information
Sohan committed Jan 30, 2020
2 parents 75cc339 + 727bd7d commit bffec8a
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 @@ -14,6 +14,6 @@ docker run -u root --net=host --rm --name=php \
-v /var/www:/var/www:rw \
-v /etc/ssh/ssh_config:/etc/ssh/ssh_config:rw \
-v {{ php_config_dir }}/php.ini:/usr/local/etc/php/php.ini \
-v {{ php_config_dir }}/pool.d/zz-docker.conf:/usr/local/etc/php-fpm.d/zz-docker.conf \
-v {{ php_config_dir }}/pool.d/extra-config.ini:/usr/local/etc/php-fpm.d/extra-config.ini \
-v {{ php_config_dir }}/pool/zz-docker.conf:/usr/local/etc/php-fpm.d/zz-docker.conf \
-v {{ php_config_dir }}/pool/extra-config.ini:/usr/local/etc/php-fpm.d/extra-config.ini \
clouddrove/php:"{{ php_version }}"

0 comments on commit bffec8a

Please sign in to comment.