Update 2 files
- /roles/jellyfin/tasks/main.yml - /roles/jellyfin/templates/docker-compose.yml.j2
This commit is contained in:
parent
0788ad2d01
commit
82e1778985
@ -3,6 +3,8 @@
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: 1000
|
||||
group: 1000
|
||||
mode: 0755
|
||||
loop:
|
||||
- "{{ jellyfin_base_dir }}"
|
||||
|
||||
@ -5,8 +5,6 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ={{ timezone }}
|
||||
- JELLYFIN_EnableDLNA=true
|
||||
- JELLYFIN_EnableUPnP=true
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
- {{ jellyfin_config_dir }}:/config
|
||||
@ -22,9 +20,4 @@ services:
|
||||
tmpfs:
|
||||
- /tmp
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
- no-new-privileges:true
|
||||
Loading…
Reference in New Issue
Block a user