Updated Docker Compose (markdown)

master
Hunter Long 2020-07-15 11:31:26 -07:00
parent f04bffa41d
commit 0716947ba5
1 changed files with 2 additions and 2 deletions

@ -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"