mirror of
https://github.com/docker/docs.git
synced 2026-04-03 09:49:05 +07:00
* ENGDOCS-2080 * consistency fix * file watch addition * file watch addition * edits * edits * review edits and further includes files
186 B
186 B
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.