9
0
Fork 1

Typo. $ != @

This commit is contained in:
Johan Björklund 2024-12-06 13:26:30 +01:00
parent 59eb81c691
commit 4ddc3129a9
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -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