Skip to content

Commit

Permalink
add copy mongo extension config
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrokeil committed Mar 1, 2016
1 parent 8352fbe commit ed55950
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Extends the official PHP image with the following PHP extensions and installs Co
* bcmath
* mcrypt
* mbstring
* mongo
* mongodb
* pcntl
* zip
Expand Down
1 change: 1 addition & 0 deletions php/5.6-cli
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update \

# Copy configuration
COPY config/php-cli.ini /usr/local/etc/php/php.ini
COPY config/mongo.ini /usr/local/etc/php/conf.d/
COPY config/mongodb.ini /usr/local/etc/php/conf.d/

# Set up the application directory
Expand Down
1 change: 1 addition & 0 deletions php/5.6-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN docker-php-ext-configure bcmath --enable-bcmath \

# Copy configuration
COPY config/php.ini /usr/local/etc/php/
COPY config/mongo.ini /usr/local/etc/php/conf.d/
COPY config/mongodb.ini /usr/local/etc/php/conf.d/
COPY config/fpm/php-fpm.conf /usr/local/etc/
COPY config/fpm/pool.d /usr/local/etc/pool.d
Expand Down
1 change: 1 addition & 0 deletions php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Extends the official PHP image with the following PHP extensions:
* bcmath
* mcrypt
* mbstring
* mongo
* mongodb
* pcntl

Expand Down

0 comments on commit ed55950

Please sign in to comment.