mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Changing the Local HTTP Port to port 80 crashes the docker image #7059
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Asher-Meachum on GitHub (Jun 5, 2025).
Description of the bug
In version 10.10.7 (docker version), after changing the setting "Local HTTP Port Number" to be set to 80, and restarting Jellyfin server through the web UI, the docker image repeatedly restarts and crashes.
Reproduction steps
What is the current bug behavior?
The Jellyfin crashes and restarts. This can only be addressed by going into the config mapped directory and changing the setting back to 8096.
What is the expected correct behavior?
The web UI should be accessible from port 80.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.7
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
I have verified there are no conflicting services on port 80.
@crobibero commented on GitHub (Jun 5, 2025):
This isn't a bug, you must run services as root to bind to ports <=1024