diff --git a/templates.yml b/templates.yml new file mode 100644 index 0000000..5a3cb44 --- /dev/null +++ b/templates.yml @@ -0,0 +1,8 @@ +# 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}"