store certificates in long-term storage
This commit is contained in:
parent
5e5e16bafd
commit
6642f25f2a
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ services:
|
|||
- type: bind
|
||||
source: /var/run/docker.sock
|
||||
target: /var/run/docker.sock
|
||||
- type: bind
|
||||
source: /mnt/data/traefik/acme.json
|
||||
target: /acme.json
|
||||
command:
|
||||
- --providers.docker
|
||||
- --providers.docker.swarmmode
|
||||
|
|
Reference in a new issue