Remove logging, because it's not needed.
This commit is contained in:
parent
d412e3128c
commit
05941b79d6
1 changed files with 0 additions and 5 deletions
|
@ -6,9 +6,4 @@ services:
|
|||
volumes:
|
||||
- /etc/letsencrypt/:/etc/letsencrypt/
|
||||
- ./scripts:/scripts/
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "1"
|
||||
command: certonly --manual-public-ip-logging-ok --non-interactive --agree-tos --email <PUT_YOUR_EMAIL_HERE> --manual --preferred-challenges=dns --manual-auth-hook /scripts/script-pre.sh --manual-cleanup-hook /scripts/script-post.sh -d YOURDOMAIN.TLD -d *.YOURDOMAIN.TLD
|
||||
|
|
Loading…
Reference in a new issue