summaryrefslogtreecommitdiff
path: root/playbooks/roles/traefik/templates
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/roles/traefik/templates')
-rw-r--r--playbooks/roles/traefik/templates/stacks/traefik.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml
index 3b9f680..09588b3 100644
--- a/playbooks/roles/traefik/templates/stacks/traefik.yml
+++ b/playbooks/roles/traefik/templates/stacks/traefik.yml
@@ -11,7 +11,7 @@ entryPoints:
address: ":80"
forwardedHeaders:
trustedIPs:
- - "{{ homelab_network }}"
+ - "{{ swarm_network }}"
- "{{ docker_network }}"
http:
redirections:
@@ -22,7 +22,7 @@ entryPoints:
address: ":443"
forwardedHeaders:
trustedIPs:
- - "{{ homelab_network }}"
+ - "{{ swarm_network }}"
- "{{ docker_network }}"
serversTransport: