From 14da671bf9a7cab9e0d436816cca39a38bf40416 Mon Sep 17 00:00:00 2001 From: Tyler Brockett Date: Sun, 17 Mar 2024 11:41:55 -0700 Subject: [PATCH] fix(docs): add microservices to IMMICH_CONFIG_FILE env var documentation (#8017) --- docs/docs/install/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/install/environment-variables.md b/docs/docs/install/environment-variables.md index a915e20e20..9fc1b20d23 100644 --- a/docs/docs/install/environment-variables.md +++ b/docs/docs/install/environment-variables.md @@ -36,7 +36,7 @@ These environment variables are used by the `docker-compose.yml` file and do **N | `NODE_ENV` | Environment (production, development) | `production` | server, microservices, machine learning, web | | `LOG_LEVEL` | Log Level (verbose, debug, log, warn, error) | `log` | server, microservices | | `IMMICH_MEDIA_LOCATION` | Media Location | `./upload` | server, microservices | -| `IMMICH_CONFIG_FILE` | Path to config file | | server | +| `IMMICH_CONFIG_FILE` | Path to config file | | server, microservices | | `IMMICH_WEB_ROOT` | Path of root index.html | `/usr/src/app/www` | server | | `IMMICH_REVERSE_GEOCODING_ROOT` | Path of reverse geocoding dump directory | `/usr/src/resources` | microservices |