mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
prettier: Docker docs
This commit is contained in:
parent
d971cf1295
commit
897fa558b0
@ -27,11 +27,13 @@ touch ./config/db.sqlite
|
|||||||
3. **(Strongly Recommended)** Download a copy of the [example configuration](../config-example.yaml) from the [headscale repository](https://github.com/juanfont/headscale/).
|
3. **(Strongly Recommended)** Download a copy of the [example configuration](../config-example.yaml) from the [headscale repository](https://github.com/juanfont/headscale/).
|
||||||
|
|
||||||
Using wget:
|
Using wget:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
wget -O ./config/config.yaml https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml
|
wget -O ./config/config.yaml https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
Using curl:
|
Using curl:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml -o ./config/config.yaml
|
curl https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml -o ./config/config.yaml
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user