WIP: automatically create zfs datasets for all local docker-compose volumes
This commit is contained in:
@@ -6,8 +6,9 @@ networks:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
config:
|
||||
cache:
|
||||
{% for volume_name in docker_volume_names %}
|
||||
{{ volume_name }}:
|
||||
{% endfor %}
|
||||
media:
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
||||
Reference in New Issue
Block a user