Flip Jellyfin to use default ports, remove redundant https port

This commit is contained in:
David Stephens 2023-12-30 22:35:24 +00:00
parent afe756e9a2
commit df1d9329a5
2 changed files with 1 additions and 3 deletions

View file

@ -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"

View file

@ -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 }}"