From 18b934721a88ce2c58abef682e6a3ca40e7a8efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Tue, 8 Jan 2019 21:32:23 +0100 Subject: [PATCH] Mention Caddy self signed option and change traefik code type to yaml --- Proxy-examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 76c09bf..b565f0d 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -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