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).