Skip to content

Commit

Permalink
prettier: Docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Jan 6, 2022
1 parent d971cf1 commit 897fa55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/running-headscale-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Using wget:

```shell
wget -O ./config/config.yaml https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml
```

Using curl:

```shell
curl https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml -o ./config/config.yaml
```
Expand Down

0 comments on commit 897fa55

Please sign in to comment.