docs: add clarification on how to find all configuration file options

This commit is contained in:
Florian Dörsch
2024-08-16 09:49:29 +02:00
parent 08ee7e1398
commit cb62a9faa3

View File

@@ -66,6 +66,7 @@ nats:
``` ```
You must put the configuration file into the `/config/config.yml` volume of the docker container. 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. 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.