mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 02:05:05 +00:00
Flip Jellyfin to use default ports, remove redundant https port
This commit is contained in:
parent
afe756e9a2
commit
df1d9329a5
2 changed files with 1 additions and 3 deletions
|
@ -26,8 +26,7 @@ jellyfin_group_id: "0"
|
|||
|
||||
# network
|
||||
jellyfin_hostname: "jellyfin"
|
||||
jellyfin_port_http: "8896"
|
||||
jellyfin_port_https: "8928"
|
||||
jellyfin_port_http: "8096"
|
||||
|
||||
# docker
|
||||
jellyfin_container_name: "jellyfin"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
- "{{ jellyfin_audiobooks_directory }}:/audiobooks:{{ jellyfin_audiobooks_permissions }}"
|
||||
ports:
|
||||
- "{{ jellyfin_port_http }}:8096"
|
||||
- "{{ jellyfin_port_https }}:8920"
|
||||
env:
|
||||
TZ: "{{ ansible_nas_timezone }}"
|
||||
PUID: "{{ jellyfin_user_id }}"
|
||||
|
|
Loading…
Reference in a new issue