Ibrahim Sardar

Results 3 comments of Ibrahim Sardar

@EdwardDiehl @fredo994 Thank you for this awesome script. With some tweaks, I believe I got this to work correctly: > ```` bash > ("example.com www.example.com" "api.example.com www.api.example.com") > ```` I...

On another note, I have made [my own boilerplate](https://github.com/Ibsardar/docker-compose-nginx-fpm-certbot-quickstart) (based on this repo) that worked much better for me than this repo, mainly because I needed to incorporate digitalocean DNS...

> @jdiegosierra If you need to create directories inside directories shared between host and container, you can create them inside container's entrypoint by wrapping original entrypoint into your own. Just...