mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
fix(knowledge-base): remove vitrpess inline code syntax on compose env docs
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user