You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **(Advanced)** If you would like to hand craft a config file **instead** of downloading the example config file, create a blank `headscale` configuration in the headscale directory to edit:
45
+
Modify the config file to your preferences before launching Docker container.
46
+
Here are some settings that you likely want:
46
47
47
-
```shell
48
-
touch ./config/config.yaml
49
-
```
50
-
51
-
Modify the config file to your preferences before launching Docker container.
52
-
Here are some settings that you likely want:
53
-
54
-
```yaml
55
-
# Change to your hostname or host IP
56
-
server_url: http://your-host-name:8080
57
-
# Listen to 0.0.0.0 so it's accessible outside the container
58
-
metrics_listen_addr: 0.0.0.0:9090
59
-
# The default /var/lib/headscale path is not writable in the container
0 commit comments