From 2a9471d2781dfb5e66e874811ff221983df4e8ee Mon Sep 17 00:00:00 2001 From: youpsla Date: Tue, 2 Jan 2024 19:12:06 +0100 Subject: [PATCH] docs: fix typo --- docs/content/user-guides/docker-compose/acme-dns/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/user-guides/docker-compose/acme-dns/index.md b/docs/content/user-guides/docker-compose/acme-dns/index.md index 56f32ed33..84fc9c8dc 100644 --- a/docs/content/user-guides/docker-compose/acme-dns/index.md +++ b/docs/content/user-guides/docker-compose/acme-dns/index.md @@ -175,7 +175,7 @@ services: - "ovh_consumer_key" ``` -- The environment variable within our `whoami` service are suffixed by `_FILE` which allow us to point to files containing the value, instead of exposing the value itself. +- The environment variable within our `traefik` service are suffixed by `_FILE` which allow us to point to files containing the value, instead of exposing the value itself. The acme client will read the content of those file to get the required configuration values. ```yaml