Added templates.yml file

This commit is contained in:
Davide Oddone 2023-02-21 20:43:28 +01:00
parent 96e4e659ce
commit 15f33f7f61

8
templates.yml Normal file
View File

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