From 82851c9ac02f712bb124efad8ef32ccec00d304d Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Tue, 5 Jul 2022 01:37:41 +0200 Subject: [PATCH] Update doc with setup.env.example instructions (#2) --- docs/getting-started/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/self-hosting.md b/docs/getting-started/self-hosting.md index 3a6dc0cd..3a1f1fb0 100644 --- a/docs/getting-started/self-hosting.md +++ b/docs/getting-started/self-hosting.md @@ -61,7 +61,7 @@ For this tutorial we will be using domain ```demo.netbird.io``` which points to To simplify the setup we have prepared a script to substitute required properties in the [docker-compose.yml.tmpl](https://github.com/netbirdio/netbird/tree/main/infrastructure_files/docker-compose.yml.tmpl) and [management.json.tmpl](https://github.com/netbirdio/netbird/tree/main/infrastructure_files/management.json.tmpl) files. - The [setup.env](https://github.com/netbirdio/netbird/tree/main/infrastructure_files/setup.env) file contains multiple properties that have to be filled. + The [setup.env.example](https://github.com/netbirdio/netbird/tree/main/infrastructure_files/setup.env.example) file contains multiple properties that have to be filled. You need to copy the example file to `setup.env` before updating it. :::tip You need to fill only the first 5 properties, the rest will be filled automatically at a later step. :::