docs: Fix typo for env var configuration

This commit is contained in:
Lennart
2025-09-14 18:55:33 +02:00
parent 3774b358a5
commit 4bb8cae9ea

View File

@@ -9,7 +9,7 @@ docker run \
-p 4000:4000 \
-v YOUR_DATA_DIR:/var/lib/rustical/ \
-v OPTIONAL_YOUR_CONFIG_TOML:/etc/rustical/config.toml \ # (1)!
-e RUSTICAL__CONFIG_OPTION="asd" \ # (2)!
-e RUSTICAL_CONFIG_OPTION="asd" \ # (2)!
ghcr.io/lennart-k/rustical
```