diff --git a/docs/docs/install/environment-variables.md b/docs/docs/install/environment-variables.md index 48d7219d1d..2849c60549 100644 --- a/docs/docs/install/environment-variables.md +++ b/docs/docs/install/environment-variables.md @@ -67,7 +67,7 @@ These environment variables are used by the `docker-compose.yml` file and do **N | `DB_PORT` | Database Port | `5432` | server, microservices | | `DB_USERNAME` | Database User | `postgres` | server, microservices | | `DB_PASSWORD` | Database Password | `postgres` | server, microservices | -| `DB_DATABASE` | Database Name | `immich` | server, microservices | +| `DB_DATABASE_NAME` | Database Name | `immich` | server, microservices | | `DB_VECTOR_EXTENSION`\*1 | Database Vector Extension (one of [`pgvector`, `pgvecto.rs`]) | `pgvecto.rs` | server, microservices | \*1: This setting cannot be changed after the server has successfully started up