Compare commits
No commits in common. "master" and "update_proxy" have entirely different histories.
master
...
update_pro
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