mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
jellyfin minor fixes
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user