visiblevc / wordpress-starter

A slightly less shitty wordpress development workflow
688 stars 167 forks source link

Localhost over https? #169

Open firstdivision opened 4 years ago

firstdivision commented 4 years ago

I there a built-in way to get localhost delivered with a self-signed certificate / https? Or a way to automate that as part of setup?

I saw this part of the example docker-compose.yml and had hoped it was "built-in", but unless I'm missing something it does not appear to be?

ports:
    - 80:80
    - 443:443

I also saw the docs about using certbot, but that will only work on a production / real domain, right?