typo
This commit is contained in:
parent
3c1f1e74cb
commit
b4317d5047
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class TestDefault:
|
||||||
"image": "repo/image:tag",
|
"image": "repo/image:tag",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
"${CONFIGDIR}/some/config:/path/to/some/config",
|
"${CONFIGDIR}/some/config:/path/to/some/config",
|
||||||
"CONFIGDIR/other/config:/path/to/other/config",
|
"$CONFIGDIR/other/config:/path/to/other/config",
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
parent=None,
|
parent=None,
|
||||||
|
|
Loading…
Reference in a new issue