Fix wrong config

This commit is contained in:
Owen Schwartz 2025-01-30 12:16:56 -05:00
parent 69621a430d
commit 985418b9af
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -4,13 +4,7 @@ api:
providers:
http:
endpoint: "http://pangolin:3001/api/v1/traefik-config/http"
pollInterval: "5s"
udp:
endpoint: "http://pangolin:3001/api/v1/traefik-config/udp"
pollInterval: "5s"
tcp:
endpoint: "http://pangolin:3001/api/v1/traefik-config/tcp"
endpoint: "http://pangolin:3001/api/v1/traefik-config"
pollInterval: "5s"
file:
filename: "/etc/traefik/dynamic_config.yml"