mirror of
https://github.com/SnowMB/traefik-certificate-extractor.git
synced 2025-01-18 22:09:33 +08:00
fix docker.sock
This commit is contained in:
parent
5cf49be470
commit
39c7664bd6
@ -42,7 +42,7 @@ Example run:
|
||||
docker run --name extractor -d \
|
||||
-v /opt/traefik:/app/data \
|
||||
-v ./certs:/app/certs \
|
||||
-v /var/run/docker.socket:/var/run/docker.socket \
|
||||
-v /var/run/docker.socket:/var/run/docker.sock \
|
||||
snowmb/traefik-certificate-extractor
|
||||
```
|
||||
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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user