From 897fa558b07a5a12249e3f3eb02d8b01adff5b7d Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 6 Jan 2022 17:25:07 +0800 Subject: [PATCH] prettier: Docker docs --- docs/running-headscale-container.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index fc6fb38b..d39f4d49 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -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 ```