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

pull/29/head
LRVT 2025-02-21 21:25:58 +01:00 zatwierdzone przez GitHub
rodzic 9bf36720bb
commit 4a71c4602f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -43,6 +43,7 @@ services:
- "--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.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
labels:
- traefik.enable=true # enable traefik