Typo. $ != @
This commit is contained in:
parent
59eb81c691
commit
4ddc3129a9
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ volumes:
|
||||||
pocs-data:
|
pocs-data:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
device: <%= $pocs_storage_dir %>
|
device: <%= @pocs_storage_dir %>
|
||||||
o: bind
|
o: bind
|
||||||
type: none
|
type: none
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue