koken / docker-koken-lemp

Docker image for Koken. Uses Ubuntu, nginx, MySQL, and PHP 5.
MIT License
101 stars 43 forks source link

SSL Support #2

Open bradleyboy opened 10 years ago

bradleyboy commented 10 years ago
robrotheram commented 8 years ago

Though I would put a update here I have forked this project and added in the ssl support but also made some larger changes that would mean it could not be merged into this project. The main change is that my project removes the mysql from this container so it will now use a separate mysql container that is linked to the koken one.

If you are interested it is here https://github.com/robrotheram/docker-koken-lemp/tree/SSL-Support