From 7a1725daa6d22fadb7bab23b44537dd758d3b2db Mon Sep 17 00:00:00 2001 From: Vlad Stefan <7699982+xedsvg@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:44:36 +0200 Subject: [PATCH] Update configuration.md (#176) The latest major release of headscale ui change the default container ports from 80 and 443 to 8080 and 8443. Updated the traefik port to reflect changes. --- documentation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/configuration.md b/documentation/configuration.md index 07754c1..017aa3d 100644 --- a/documentation/configuration.md +++ b/documentation/configuration.md @@ -30,7 +30,7 @@ services: labels: - traefik.enable=true - traefik.http.routers.headscale-ui-rtr.rule=PathPrefix(`/web`) # you might want to add: && Host(`your.domain.name`)" - - traefik.http.services.headscale-ui-svc.loadbalancer.server.port=80 + - traefik.http.services.headscale-ui-svc.loadbalancer.server.port=8080 traefik: image: traefik:latest