Compare commits

...

3 commits

Author SHA1 Message Date
f99635aa9b Update to latest patch release 2025-01-24 08:09:51 +01:00
d48ca7ddb5 Update restart policy 2025-01-24 08:08:34 +01:00
71e0b6b788 Update to patch release 2025-01-24 08:08:26 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
args:
chdir: '{{ docker_dir }}'
vars:
image_tag: jellyfin/jellyfin:10.10.0
image_tag: jellyfin/jellyfin:10.10.4
docker_dir: '/srv/docker/jellyfin'
configuration_dir: '/home/sonny/.config/jellyfin'

View file

@ -16,7 +16,7 @@ services:
target: /media
- /etc/passwd:/etc/passwd:ro
- /etc/group:/etc/group:ro
restart: 'unless-stopped'
restart: always
ports:
- 8096:8096/tcp
- 1900:1900/udp