Mention Caddy self signed option and change traefik code type to yaml

Daniel García
2019-01-08 21:32:23 +01:00
parent 821ee3e7ce
commit 18b934721a

@@ -23,6 +23,7 @@ localhost:443 {
}
tls ${SSLCERTIFICATE} ${SSLKEY}
# or 'tls self_signed' to generate a self-signed certificate
}
```
@@ -81,7 +82,7 @@ server {
```
## Traefik (docker-compose example)
```traefik
```yaml
labels:
- traefik.docker.network=traefik
- traefik.enable=true