Skip to content

Conversation

@kamorahul
Copy link

i was getting lots of issue during installation of composer and php so here i have a docker to run it

i was getting lots of issue during installation of composer and php so here i have a docker to run it
@jmikola
Copy link
Owner

jmikola commented Jul 11, 2017

Cross-referencing related PRs: #22, #23

Dockerfile Outdated

#Install composer php and mongodb
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 \
&& echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 main" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list \
Copy link
Owner

Choose a reason for hiding this comment

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

Is there a reason for deploying MongoDB within the Docker container? The purpose of the application is to connect to an existing MongoDB cluster to work with its system.profile collections. Having the application connect to its own MongoDB instance (with no data) doesn't have much value.

@kamorahul
Copy link
Author

relvent changes has been done please review

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.

2 participants