mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
187 B
187 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.