update traefik configuration to require API version 1.45
This commit is contained in:
parent
11c3a44453
commit
517a72b83f
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ providers:
|
||||||
endpoint: "unix:///var/run/docker.sock"
|
endpoint: "unix:///var/run/docker.sock"
|
||||||
exposedByDefault: false
|
exposedByDefault: false
|
||||||
network: proxy
|
network: proxy
|
||||||
|
# --- NIEUWE REGEL: ---
|
||||||
|
# We dwingen Traefik om de taal te spreken die jouw Server vereist (1.44 of hoger)
|
||||||
|
apiVersion: "1.45"
|
||||||
|
|
||||||
# --- NIEUW: FILE PROVIDER ---
|
# --- NIEUW: FILE PROVIDER ---
|
||||||
# Hiermee kun je externe hosts (zoals je NAS zelf) koppelen
|
# Hiermee kun je externe hosts (zoals je NAS zelf) koppelen
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue