Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix:Issue #2038 Install mongodb php extension #2167

Merged
merged 3 commits into from
Jul 30, 2019

Conversation

hadavand
Copy link
Contributor

@hadavand hadavand commented Jun 6, 2019

  • Run pecl install monodb and enable the extentions in laravel-horizon
    and php-worker images
  • Remember to rebuild images
I completed the 3 steps below:
  • I've read the Contribution Guide.
  • I've updated the documentation. (refer to this for how to do so).
  • I enjoyed my time contributing and making developer's life easier :)

- Make sure `INSTALL_MONGO` flag is `true`
- Run pecl install mongodb and enable the extentions in `laravel-horizon`
  and `php-worker` images
- Remember to rebuild images
env-example Outdated
@@ -104,7 +104,7 @@ WORKSPACE_INSTALL_GMP=false
WORKSPACE_INSTALL_SOAP=false
WORKSPACE_INSTALL_XSL=false
WORKSPACE_INSTALL_IMAP=false
WORKSPACE_INSTALL_MONGO=false
WORKSPACE_INSTALL_MONGO=true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, default not install.

@Mahmoudz Mahmoudz force-pushed the master branch 4 times, most recently from 0da1a63 to 58d1eb8 Compare July 29, 2019 14:52
@bestlong bestlong merged commit 8254c34 into laradock:master Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants