From c8f7b59622feb3f041146f8deb6942cd22d3bb29 Mon Sep 17 00:00:00 2001 From: Paige Thompson Date: Sun, 5 Jan 2025 10:36:20 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e817646..6f82137 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This docker configuration relies on the host network driver meaning it doesn't setup any internal networks or even a separate NetNS. Your mileage may vary if you change the intended network driver for Docker. There are a few caveats to how this is designed: -- Some configuration is managed through `config.env` and exported to the Docker container as environment variables; This can help minimize convergence +- Some configuration is managed through `config.env` and exported to the Docker container as environment variables; This can help with convergence of configuration between hosts but results in a configuration that cannot be changed with a simple `/quote REHASH`. - inspircd autoloads any `.conf` file from the `custom/` directory (it's mapped into the container from the `docker-compose.yml` file. - Environment variables are referenced in the configuration files using `&env.ENV_VAR_NAME;` and this usage can be found throughout the configuration.