From 26ab0848da2bfa2bd0581f5222bdc3eec10e93ed Mon Sep 17 00:00:00 2001 From: routerino <45954722+routerino@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:11:26 +1000 Subject: [PATCH] Minor Update to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5d76a4..47fc913 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ services: container_name: headscale-ui # ports: # - 8443:8443 - # - 8080:8080 + # - 8080:8080 ``` Headscale UI serves on port 443 and uses a self signed cert by default. You will need to add a `config.yaml` file under your `container-config` folder so that `headscale` has all of the required settings declared. An example from the official `headscale` repo is [here](https://github.com/juanfont/headscale/blob/main/config-example.yaml).