Skip to content

Commit 2877940

Browse files
aevesdockerdvdksn
andauthored
Update content/reference/compose-file/interpolation.md
Co-authored-by: David Karlsson <[email protected]>
1 parent 686329c commit 2877940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/compose-file/interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Other extended shell-style features, such as `${VARIABLE/foo/bar}`, are not
3232
supported by Compose.
3333

3434
Compose processes any string following a `$` sign as long as it makes it
35-
a valid variable definition - either an alphanumeric name (`[_a-z][_a-z0-9]*`)
35+
a valid variable definition - either an alphanumeric name (`[_a-zA-Z][_a-zA-Z0-9]*`)
3636
or a braced string starting with `${`. In other circumstances, it will be preserved without attempting to interpolate a value.
3737

3838
You can use a `$$` (double-dollar sign) when your configuration needs a literal

0 commit comments

Comments
 (0)