fix: update .env.example to clarify Docker volume mounting for settings data directory
This commit is contained in:
+4
-1
@@ -64,7 +64,10 @@ JMAP_SERVER_URL=https://your-jmap-server.com
|
||||
# SETTINGS_SYNC_ENABLED=true
|
||||
|
||||
# Directory for storing encrypted settings files (default: ./data/settings).
|
||||
# For Docker, mount a persistent volume at this path.
|
||||
# For Docker, the working directory is /app, so the default resolves to
|
||||
# /app/data/settings — mount a persistent volume there:
|
||||
# volumes:
|
||||
# - bulwark-settings:/app/data/settings
|
||||
# SETTINGS_DATA_DIR=./data/settings
|
||||
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user