From cb62a9faa3c74429149c430f0eea4bbc517b4ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=B6rsch?= <656249+Flow86@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:49:29 +0200 Subject: [PATCH] docs: add clarification on how to find all configuration file options --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64510e8..81c5194 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ nats: ``` You must put the configuration file into the `/config/config.yml` volume of the docker container. +For all available configuration options, see [config.full-example.yml](./config/config.full-example.yml). ℹ️ The container also used the `/config` volume to store the [multi-platform probe's GID][GID] and therefore cannot be set as read-only (`:ro`) unless you specify the GID as an environment variable.