nanoninja / docker-nginx-php-mysql

Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
1.76k stars 866 forks source link

Thank you for your project #1

Closed ZengLeiPro closed 6 years ago

ZengLeiPro commented 7 years ago

If I want to use it in production, how should I modify it?

nanoninja commented 7 years ago

Hi @ZengLeiPro

Thanks for your support.

It depends, what do you want to change? I added a cautionary message not to use it in production, because I have not yet measured all the security aspects. I created this environment for a practical purpose.

I notice that this environment has a little unexpected success and I would like to have more feedback and also ideas to improve it.

chasgames commented 7 years ago

@nanoninja

This project is awesome, thank you very much

ghostal commented 7 years ago

+1 on the thanks here, too.

I came across an issue installing the composer dependencies, where apigen won't install, but it looks like this in an issue with the dependencies for apigen/apigen itself, not this project, so filed an issue there instead. Thought I would mention it here though, in case someone else was having a similar issue.

To get things running, you can just remove the "apigen/apigen": "^5.0.0-RC4" line from composer.json to avoid installing it until the issue gets fixed (this will mean you can't use make apidoc though).

nanoninja commented 7 years ago

@ghostal Thanks for your feedback, I'll fix that.

nanoninja commented 7 years ago

@ghostal I temporarily fixed the error

The build is passed.