tomsik68 / docker-xampp

Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
198 stars 109 forks source link

Please help setup letsencrypt for SSL #33

Closed phicha20224 closed 3 years ago

phicha20224 commented 3 years ago

Please help setup letsencrypt for SSL. Thank You,

tomsik68 commented 3 years ago

If you want automatic SSL, you can look into docker-compose and use caddy as a reverse proxy. If you don't want to use docker-compose and caddy, you can try using certbot with Apache plugin to get the certificate for your domain.

tomsik68 commented 3 years ago

I'm closing this issue for inactivity. Feel free to reopen or ask in gitter if you have further questions.