Minor Update to README.md

This commit is contained in:
routerino 2024-10-01 22:11:26 +10:00 committed by GitHub
parent a2cd992778
commit 26ab0848da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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