Tupsi 2025-07-02 17:40:48 -04:00 zatwierdzone przez GitHub
commit 7159fb40d1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -238,7 +238,7 @@ hide:
Then on our `foo` service we tell it to use this rule, as well as telling Traefik the backend is running on https. Then on our `foo` service we tell it to use this rule, as well as telling Traefik the backend is running on https.
```yml ```yml
- traefik.http.services.foo.loadbalancer.serverstransport=ignorecert - traefik.http.services.foo.loadbalancer.serverstransport=ignorecert@file
- traefik.http.services.foo.loadbalancer.server.scheme=https - traefik.http.services.foo.loadbalancer.server.scheme=https
``` ```
@ -318,4 +318,4 @@ hide:
~ # docker --version && docker compose version ~ # docker --version && docker compose version
Docker version 24.0.7, build afdd53b Docker version 24.0.7, build afdd53b
Docker Compose version v2.21.0 Docker Compose version v2.21.0
``` ```