Compare commits
3 commits
d3f3c82a50
...
f99635aa9b
| Author | SHA1 | Date | |
|---|---|---|---|
| f99635aa9b | |||
| d48ca7ddb5 | |||
| 71e0b6b788 |
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue