diff --git a/Docker-Compose.md b/Docker-Compose.md index f847b65..72c2aa0 100644 --- a/Docker-Compose.md +++ b/Docker-Compose.md @@ -137,7 +137,7 @@ nginx: - /var/run/docker.sock:/tmp/docker.sock:ro ``` -# Nginx Proxy Pass with SSL (LetEncrypt) +# Nginx Proxy Pass with SSL (jwilder/nginx-proxy) Using the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) image along with [jrcs/docker-letsencrypt-nginx-proxy-companion](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion) you'll be able to automatically generate SSL certificates for your Statping instance. ```yaml @@ -280,7 +280,7 @@ services: - frontend labels: - "traefik.enable=true" - - "traefik.http.routers.traefik.rule=Host(`traefik.cjx.io`)" + - "traefik.http.routers.traefik.rule=Host(`traefik.statping.com`)" - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=admin" - "traefik.http.routers.traefik.tls.certresolver=leresolver"