eugene-khyst / letsencrypt-docker-compose

Set up Nginx and Let’s Encrypt in less than 3 minutes with a Docker Compose project that automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multiple domain names. Configuration is done using a simple CLI tool.
Apache License 2.0
473 stars 218 forks source link

Update docker-compose.yml #45

Closed polixonrio closed 1 year ago

polixonrio commented 1 year ago

image

Small interpolation error in the docker-compose.yml file Needed to escape $ with another $, on line 57.

eugene-khyst commented 1 year ago

@polixonrio , thank you for contributing.