Explicitly restart containers to prevent hard-to-debug issues
This commit is contained in:
@ -27,8 +27,10 @@
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
state: started
|
||||
- name: copy jellyfin config to nginx
|
||||
restart: yes
|
||||
- name: copy jellyfin nginx config
|
||||
template:
|
||||
src: jellyfin.conf.j2
|
||||
dest: "{{ nginx_confd_folder }}/jellyfin.conf"
|
||||
mode: '0755'
|
||||
notify: reload nginx
|
Reference in New Issue
Block a user