Skip to content

Commit 7a1725d

Browse files
authored
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.
1 parent 0c56afa commit 7a1725d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
labels:
3131
- traefik.enable=true
3232
- traefik.http.routers.headscale-ui-rtr.rule=PathPrefix(`/web`) # you might want to add: && Host(`your.domain.name`)"
33-
- traefik.http.services.headscale-ui-svc.loadbalancer.server.port=80
33+
- traefik.http.services.headscale-ui-svc.loadbalancer.server.port=8080
3434

3535
traefik:
3636
image: traefik:latest

0 commit comments

Comments
 (0)