From 8790f95c5300728894b74711dd30bc2ef3f88f17 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Sun, 21 Aug 2022 18:16:23 +0200 Subject: [PATCH] fix: operators: tutorial traefik --- docs/operators/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index 2ac24a8..f3b6264 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -211,7 +211,7 @@ Choose your newly registered server and specify a domain name. You will want to take a look at your generated configuration and tweak the `LETS_ENCRYPT_EMAIL` value. You can do that by running `abra app config`: ```bash -abra app config traefik +abra app config ``` Every app you deploy will have one of these `.env` files, which contains variables which will be injected into app configurations when deployed. Variables starting with `#` are optional, others are required.