Home Explore Blog CI



docker

content/includes/compose/interpolation.md
221fa9d9fc3f8d2bc12aa11802191dbdb78b1b146dc84a9800000003000000bb
Values in a Compose file can be set by variables and interpolated at runtime. Compose files use a Bash-like
syntax `${VARIABLE}`. Both `$VARIABLE` and `${VARIABLE}` syntax is supported. 

Chunks
94edf0c5 (1st chunk of `content/includes/compose/interpolation.md`)
Title: Variable Substitution in Compose Files
Summary
Compose files allow for dynamic configuration through variable substitution. Variables are referenced using Bash-like syntax, either `${VARIABLE}` or `$VARIABLE`.