From a30c7ee9a310e6fcd930e96c9c8d15aa02b915a3 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Tue, 8 Apr 2025 21:03:13 -0500 Subject: [PATCH] update port --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f09f8c..1953b95 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ ts-jellyfin/ - Uncomment and adjust the ports mapping if you need direct access (without Tailscale): ```yaml ports: - - 3000:3000 + - 8096:8096 ``` - Stopping the Services ```bash @@ -101,7 +101,7 @@ ts-jellyfin/ - Direct port mapping is disabled by default as Tailscale handles the networking - Services restart automatically unless explicitly stopped - For more information: -- Tailscale documentation: https://tailscale.com/kb/ -- Jellyfin documentation: https://jellyfin.org/docs/ -- Jellyfin repository: https://github.com/jellyfin/jellyfin -- Jellyfin linuxserve.io: https://github.com/linuxserver/docker-jellyfin \ No newline at end of file + - Tailscale documentation: https://tailscale.com/kb/ + - Jellyfin documentation: https://jellyfin.org/docs/ + - Jellyfin repository: https://github.com/jellyfin/jellyfin + - Jellyfin linuxserve.io: https://github.com/linuxserver/docker-jellyfin \ No newline at end of file