jellyfin minor fixes

This commit is contained in:
2024-03-16 12:51:12 -07:00
parent ad98693d9a
commit 7180cf8679
+4 -4
View File
@@ -5,7 +5,8 @@ version: "3"
# Jellyfin # Jellyfin
# #
# LINKS # LINKS
# * [DockerHub](https://hub.docker.com/_/mariadb/) # * [DockerHub jellyfin](https://hub.docker.com/r/jellyfin/jellyfin)
# * [DockerHub Mariadb](https://hub.docker.com/_/mariadb/)
# * [Docs](https://jellyfin.org/docs/) # * [Docs](https://jellyfin.org/docs/)
# #
# Notes: # Notes:
@@ -16,7 +17,7 @@ version: "3"
# * 7359/udp is also used for auto-discovery. This is not configurable. # * 7359/udp is also used for auto-discovery. This is not configurable.
# #
# SAMPLE ENV # SAMPLE ENV
# <blank> # APP_URL: http://localhost:8096
########################################################################################################################### ###########################################################################################################################
services: services:
@@ -36,6 +37,5 @@ services:
- ./data/content/shows:/shows - ./data/content/shows:/shows
ports: ports:
- "8096:8096" - "8096:8096"
restart: unless-stopped
environment: environment:
- JELLYFIN_PublishedServerUrl=http://localhost:8000 - JELLYFIN_PublishedServerUrl=${APP_URL:-http://localhost:8096}