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:
|
||||
torrent_blackhole:
|
||||
{% for volume_name in docker_volume_names %}
|
||||
{{ volume_name }}:
|
||||
{% endfor %}
|
||||
|
||||
services:
|
||||
jackett:
|
||||
|
||||
Reference in New Issue
Block a user