sprintcube / docker-compose-lamp

A basic LAMP stack environment built using Docker Compose.
MIT License
2.65k stars 1.42k forks source link

[FEATURE] Implementation DNSMASQ #202

Open alainseys opened 2 years ago

alainseys commented 2 years ago

About which PHP Version we are talking ?

Implementation of DNSMASK

Is your feature request related to a problem? Please describe. In stead of always using localhost or changing /etc/host we can use dnsmasq to handle the dns request between docker and the local machine this allows the developer to use eg: wordpress.test as host.

if this is implemented the next step can be the implementation of ssl certificates this is now possible with some ssl warning with dns masq this can handled.

Describe alternatives you've considered a post script when a docker container is spin up is an alternative but not a working solution for the ssl.

i have started some development regarding this at the end of the week might have a PR ready for this

MrOffline77 commented 2 years ago

Hi, thanks for your contribution. In #201 you advocate a PullRequest template. We have already implemented issue templates in the past, so best to use the flags we already have. I just added that for this issue.

Before we talk more about dnsmasq I first want to discuss the question if ssl termination is inside the scope of a local development environment inside the issue #196.