Compare commits
No commits in common. "f99635aa9b727f2f194992d8217ef5756e267ba3" and "d3f3c82a506b543f475f60fa5604e946c50abc6a" have entirely different histories.
f99635aa9b
...
d3f3c82a50
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
args:
|
args:
|
||||||
chdir: '{{ docker_dir }}'
|
chdir: '{{ docker_dir }}'
|
||||||
vars:
|
vars:
|
||||||
image_tag: jellyfin/jellyfin:10.10.4
|
image_tag: jellyfin/jellyfin:10.10.0
|
||||||
|
|
||||||
docker_dir: '/srv/docker/jellyfin'
|
docker_dir: '/srv/docker/jellyfin'
|
||||||
configuration_dir: '/home/sonny/.config/jellyfin'
|
configuration_dir: '/home/sonny/.config/jellyfin'
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
target: /media
|
target: /media
|
||||||
- /etc/passwd:/etc/passwd:ro
|
- /etc/passwd:/etc/passwd:ro
|
||||||
- /etc/group:/etc/group:ro
|
- /etc/group:/etc/group:ro
|
||||||
restart: always
|
restart: 'unless-stopped'
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096/tcp
|
- 8096:8096/tcp
|
||||||
- 1900:1900/udp
|
- 1900:1900/udp
|
||||||
|
|
|
||||||
Reference in a new issue