From 3388198b6c81913779512ee34b751d6e609850f4 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 14 Aug 2025 12:28:25 +0000 Subject: [PATCH] docs: update Docker configuration to reflect .env file support Docker now supports .env files in /data for auth credentials created by the security wizard. This was added to fix the credential persistence issue in Docker containers. --- docs/CONFIGURATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 393ad6027..6b53d657c 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -6,8 +6,8 @@ **Configuration location:** `/data` (volume mount) - All settings stored in the mounted volume -- Environment variables passed with `-e` flag -- No .env file support (use docker-compose.yml or -e flags) +- Environment variables passed with `-e` flag or via `/data/.env` file +- The security wizard creates `/data/.env` for auth credentials - Configuration persists in the volume across container restarts **Setting environment variables:** @@ -124,9 +124,9 @@ The encryption key is auto-generated and stored in the data directory with restr - Base directory: `/data` (mounted volume) - Config files: `/data/*.json`, `/data/*.enc` - Encryption key: `/data/.encryption.key` +- Auth config: `/data/.env` (created by security wizard) - Metrics: `/data/metrics/` - Logs: Container logs (`docker logs pulse`) -- No .env file support **LXC/Native Install:** - Base directory: `/etc/pulse`