-
Notifications
You must be signed in to change notification settings - Fork 280
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
Create docker-compose.yml #118
base: master
Are you sure you want to change the base?
Create docker-compose.yml #118
Conversation
Adding a basic docker-compose file will reduce the conflicts on the documentation, and users will be able to quickly start and experiment on the server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repo already has a docker-compose.yml. If this is not obvious enough then the docs should be improved rather than adding another one.
Yes, it already has a docker-compose file. But, that is for usage with nginx and SSL. If any one just want to install and play, why should they be having nginx and SSL? |
Besides, running the docker-compose in my Mac is showing below error.
|
The "links" option is deprecated ... as see https://docs.docker.com/compose/compose-file/#links |
@luizeof - Thanks for the comment. Updated the compose file accordingly. |
Several reasons:
So I'm sorry to disagree, but I don't see how adding another That's just my opinion though. @luizeof, @RCheesley - would be good to get your takes on this. |
Hello @sriram18981 , how are you? sorry for the delay. Due to the moves between Mautic / Aquia there was some delay in communication between the mautic team and me about the permissions on the dockerhub and github repository. Now the problem is solved and I will come back with the pulls and issues. Could you please update your pull with the latest version of the master? just to avoid merge problems. Thank you! |
Added docker-compose file to start the server quickly.