update(jellyfin): bump version to 10.8.1, switch to versioned role

This commit is contained in:
2022-07-17 15:59:19 +02:00
parent 159c4fda30
commit b635a00a34
3 changed files with 14 additions and 3 deletions

View File

@ -3,3 +3,6 @@
jellyfin_container_base_volumes:
- "{{ jellyfin_config_path }}:/config:z"
- "{{ jellyfin_cache_path }}:/cache:z"
jellyfin_container_base_labels:
version: "{{ jellyfin_version }}"