You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,9 @@ $ docker run --volumes-from nginx \
125
125
Finally, start your containers with `VIRTUAL_HOST` environment variables.
126
126
127
127
$ docker run -e VIRTUAL_HOST=foo.bar.com ...
128
+
### SSL Support using letsencrypt
129
+
130
+
[letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion)is a lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically.
0 commit comments