From 55c8204f42d0051e36455a64033a98876e305b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Br=C3=BCckner?= Date: Sun, 11 Nov 2018 21:06:45 +0100 Subject: [PATCH] fix #1: docker run example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7607e6e..01b1290 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker run --name extractor -d \ -v /opt/traefik:/app/data \ -v ./certs:/app/certs \ -v /var/run/docker.socket:/var/run/docker.sock \ - snowmb/traefik-certificate-extractor + snowmb/traefik-certificate-extractor -r ``` Mount the whole folder containing the traefik certificate file (`acme.json`) as `/app/data`. The extracted certificates are going to be written to `/app/certs`. The docker socket is used to find any containers with this label: `com.github.SnowMB.traefik-certificate-extractor.restart_domain=`.