Skip to content

Commit bb54dbf

Browse files
committed
Add env 'JELLYFIN_PublishedServerUrl=http://localhost:8096'
1 parent 0028051 commit bb54dbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/docker-biglinux/jellyfin/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ services:
33
image: jellyfin/jellyfin:latest
44
container_name: jellyfin
55
environment:
6+
# The JELLYFIN_PublishedServerUrl environment variable sets the autodiscovery response domain or IP address, allowing the Jellyfin server to be accessible at http://localhost:8096.
7+
- JELLYFIN_PublishedServerUrl=http://localhost:8096
68
#- TZ=America/Sao_Paulo
79
# Specify a timezone to use, see this (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)
810

0 commit comments

Comments
 (0)