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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
-
[](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion"Click to view the image on Docker Hub")
2
-
[](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion"Click to view the image on Docker Hub")
3
-
[](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion"Click to view the image on Docker Hub")
4
-
[](https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion"Click to view the image on Docker Hub")
1
+
# Docker Cloud Support
2
+
3
+
This fork adds Docker Cloud support to `docker-letsencrypt-nginx-proxy-companion`.
4
+
5
+
The only differences are in [`functions.sh`](app/functions.sh) to the `reload_nginx()`
6
+
function where the [`docker_kill`](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/blob/master/app/functions.sh#L75) function call is replaced by the use of the `docker-cloud` CLI to redeploy
7
+
the Service referenced by `NGINX_DOCKER_GEN_CONTAINER`. In using the `docker-cloud`
8
+
CLI, we need to add it to the `docker-letsencrypt-nginx-proxy-companion` image
9
+
via the `Dockerfile`.
10
+
11
+
See [this](https://blog.switchbit.io/developing-a-ghost-theme-with-gulp-part-5/) blog post for more context.
12
+
13
+
---
5
14
6
15
letsencrypt-nginx-proxy-companion is a lightweight companion container for the [nginx-proxy](https://github.com/jwilder/nginx-proxy). It allow the creation/renewal of Let's Encrypt certificates automatically. See [Let's Encrypt section](#lets-encrypt) for configuration details.
0 commit comments