mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-02 03:33:05 +00:00
Fix long line
This commit is contained in:
parent
b60727b205
commit
73f1c06f65
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ curl https://raw.githubusercontent.com/juanfont/headscale/main/config-example.ya
|
||||||
touch ./config/config.yaml
|
touch ./config/config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
Modify the config file to your preferences before launching Docker container. Here are some settings that you likely want:
|
Modify the config file to your preferences before launching Docker container.
|
||||||
|
Here are some settings that you likely want:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
server_url: http://your-host-name:8080 # Change to your hostname or host IP
|
server_url: http://your-host-name:8080 # Change to your hostname or host IP
|
||||||
|
|
Loading…
Reference in a new issue