fix(knowledge-base): remove vitrpess inline code syntax on compose env docs

This commit is contained in:
ShadowArcanist
2026-05-24 15:44:00 +05:30
parent a98ab5fdfd
commit 2ffc34ae5d
@@ -109,9 +109,9 @@ services:
**Key behaviors:**
- **Required variables** (`${VAR:?}`) appear first in the environment variables list and show a red border when empty
- **Required with defaults** (`${VAR:?default}`) are prefilled with the default value but remain editable
- **Optional variables** (`${VAR:-default}`) use standard Docker Compose behavior
- **Required variables** (`{VAR:?}`) appear first in the environment variables list and show a red border when empty
- **Required with defaults** (`{VAR:?default}`) are prefilled with the default value but remain editable
- **Optional variables** (`{VAR:-default}`) use standard Docker Compose behavior
If a required variable is not set during deployment: