File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content/reference/compose-file Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ supported by Compose.
3333
3434Compose processes any string following a ` $ ` sign as long as it makes it
3535a valid variable definition - either an alphanumeric name (` [_a-z][_a-z0-9]* ` )
36- or a braced string starting with ` ${ ` . In other circumstances, it will be preserved without attempt to interpolate a value.
36+ or a braced string starting with ` ${ ` . In other circumstances, it will be preserved without attempting to interpolate a value.
3737
3838You can use a ` $$ ` (double-dollar sign) when your configuration needs a literal
3939dollar sign. This also prevents Compose from interpolating a value, so a ` $$ `
Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ env_file:
633633 - ./b.env
634634` ` `
635635
636- List elements can also be declared as a mapping, which then lets you sets additional
636+ List elements can also be declared as a mapping, which then lets you set additional
637637attributes.
638638
639639# ### required
You can’t perform that action at this time.
0 commit comments