Skip to content

Commit 99fb1b4

Browse files
authored
Merge pull request laradock#474 from AliveCorpse/master
Fix load of mongodb library
2 parents 6c9d586 + 2fab33d commit 99fb1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ENV INSTALL_MONGO ${INSTALL_MONGO}
125125
RUN if [ ${INSTALL_MONGO} = true ]; then \
126126
# Install the mongodb extension
127127
pecl install mongodb && \
128-
echo "extension=mongodb.so" >> /etc/php/7.0/cli/php.ini \
128+
echo "extension=mongodb.so" >> /etc/php/7.0/cli/conf.d/30-mongodb.ini \
129129
;fi
130130

131131
#####################################

0 commit comments

Comments
 (0)