fix: Swapped loadbalancer declarations

scheme seems to not be working???
This commit is contained in:
2026-08-08 00:10:28 +02:00
parent 790f8f5c47
commit f2930d74e7
+2 -2
View File
@@ -103,8 +103,8 @@ services:
- traefik.http.routers.wazuh-dashboard.rule=Host(`wazuh.fuusenkazura.io`)
- traefik.http.routers.wazuh-dashboard.entrypoints=websecure
- traefik.http.routers.wazuh-dashboard.tls.certresolver=ovh
- traefik.http.services.wazuh-dashboard.loadbalancer.server.port=5601
- treafik.http.services.wazuh-dashboard.loadbalancer.server.scheme=https
- traefik.http.services.wazuh-dashboard.loadbalancer.server.scheme=https
- treafik.http.services.wazuh-dashboard.loadbalancer.server.port=5601
networks:
- backend
- web