adhocore / docker-lemp

A single container LEMP complete fullstack with latest release of PHP8.0.30/8.1.29/8.2.23/8.3.11, MySQL, nginx, PostgreSQL, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.17+ for both arm and amd arch
https://hub.docker.com/r/adhocore/lemp
MIT License
153 stars 40 forks source link

add ssl (https) support #4

Closed adhocore closed 3 years ago

HyperAlch commented 3 years ago

I'm pretty sure this is meant to be a local testing environment only, there is no need for ssl support.

adhocore commented 3 years ago

correct. it was not for localhost. but some virtual local host eg. .lvh.me probably using self signed certificate but not sure if that is worth it

HyperAlch commented 3 years ago

Unless it is an absolute requirement to use ssl, I suggest developing without it. Your the only one who has access to it, so it shouldn't really matter. As long as your using ssl when you launch the real website your good to go.

adhocore commented 3 years ago

yes, but sometimes it is desirable to run in SSL while developing for certain reasons for now im closing this issue unresolved.