Remove logging, because it's not needed.

This commit is contained in:
aney1 2019-07-28 14:56:04 +02:00 committed by GitHub
parent d412e3128c
commit 05941b79d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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