Compare commits

..

2 Commits

Author SHA1 Message Date
d524958d56 Merge branch 'vaultwarden' 2023-02-21 20:48:11 +01:00
15f33f7f61 Added templates.yml file 2023-02-21 20:43:28 +01:00

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