Skip to content

Commit

Permalink
more configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyzhye committed Jun 21, 2022
1 parent 2feb83b commit 51022bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ services:
|| ! [ `jq ".[] | .Certificates | length" /data/acme.json` != 0 ]; do
sleep 1
; done
&& traefik-certs-dumper file --version v2 --watch
--source /data/acme.json --dest /data/certs'
&& traefik-certs-dumper file --version v2 --watch --domain-subdir=true
--source /data/acme.json --dest /data/dumper'
volumes:
- "./letsencrypt:/data"

Expand Down

0 comments on commit 51022bb

Please sign in to comment.