Rémi Ait-Younes

Results 1 issues of Rémi Ait-Younes

Hi, using Souin `1.7.1` and Traefik `3.1.4` with the following config: ```yaml services: app: build: . labels: - "traefik.enable=true" - "traefik.http.routers.app.rule=Host(`example.com`)" - "traefik.http.routers.app.entrypoints=web" - "traefik.http.services.app.loadbalancer.server.port=8080" - traefik.http.routers.app.middlewares=souin - traefik.http.middlewares.souin.plugin.souin.api.souin -...