update port

This commit is contained in:
peskyadmin 2025-04-08 21:03:13 -05:00
parent 945ea42687
commit a30c7ee9a3

View File

@ -80,7 +80,7 @@ ts-jellyfin/
- Uncomment and adjust the ports mapping if you need direct access (without Tailscale): - Uncomment and adjust the ports mapping if you need direct access (without Tailscale):
```yaml ```yaml
ports: ports:
- 3000:3000 - 8096:8096
``` ```
- Stopping the Services - Stopping the Services
```bash ```bash
@ -101,7 +101,7 @@ ts-jellyfin/
- Direct port mapping is disabled by default as Tailscale handles the networking - Direct port mapping is disabled by default as Tailscale handles the networking
- Services restart automatically unless explicitly stopped - Services restart automatically unless explicitly stopped
- For more information: - For more information:
- Tailscale documentation: https://tailscale.com/kb/ - Tailscale documentation: https://tailscale.com/kb/
- Jellyfin documentation: https://jellyfin.org/docs/ - Jellyfin documentation: https://jellyfin.org/docs/
- Jellyfin repository: https://github.com/jellyfin/jellyfin - Jellyfin repository: https://github.com/jellyfin/jellyfin
- Jellyfin linuxserve.io: https://github.com/linuxserver/docker-jellyfin - Jellyfin linuxserve.io: https://github.com/linuxserver/docker-jellyfin