9 lines
259 B
YAML
9 lines
259 B
YAML
# Template for volumes Top-level element, only modifying the device from the
|
|
# extension fields contained in docker-extensions.yml
|
|
volumes:
|
|
{volume_name}:
|
|
<<: *volume-opt
|
|
driver_opts:
|
|
<<: *options
|
|
device: ":/mnt/path/{service}/{volume}"
|