chore: Update docker-compose-command-config.yml

This commit is contained in:
LRVT 2025-02-21 21:25:58 +01:00 committed by GitHub
parent 9bf36720bb
commit 4a71c4602f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,7 @@ services:
- "--accesslog.bufferingsize=0" # set access log buffer size to 0 - "--accesslog.bufferingsize=0" # set access log buffer size to 0
- "--accesslog.filters.statuscodes=400-599" # only log http errors in logs; alternatively set 200-599 to include successful http requests - "--accesslog.filters.statuscodes=400-599" # only log http errors in logs; alternatively set 200-599 to include successful http requests
- "--accesslog.fields.headers.defaultmode=drop" # drop all headers - "--accesslog.fields.headers.defaultmode=drop" # drop all headers
- "--accesslog.fields.headers.names.user-agent=keep" # keep user-agent header
- "--serversTransport.insecureSkipVerify=true" # set insecureSkipVerify to true to allow self-signed certificates - "--serversTransport.insecureSkipVerify=true" # set insecureSkipVerify to true to allow self-signed certificates
labels: labels:
- traefik.enable=true # enable traefik - traefik.enable=true # enable traefik