Compare commits
2 commits
3ae2378b6b
...
acb2733c83
Author | SHA1 | Date | |
---|---|---|---|
acb2733c83 | |||
df555af86c |
1 changed files with 1 additions and 1 deletions
|
@ -33,10 +33,10 @@ services:
|
||||||
file --watch --source /cert/acme.json --version v2 --domain-subdir
|
file --watch --source /cert/acme.json --version v2 --domain-subdir
|
||||||
--crt-name=fullchain --crt-ext=.pem
|
--crt-name=fullchain --crt-ext=.pem
|
||||||
--key-name=privkey --key-ext=.pem
|
--key-name=privkey --key-ext=.pem
|
||||||
|
--clean=false
|
||||||
--post-hook "chmod -R a+r /ssl/"
|
--post-hook "chmod -R a+r /ssl/"
|
||||||
--dest /ssl
|
--dest /ssl
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
Loading…
Reference in a new issue