Skip to content

Commit da55bb6

Browse files
committed
fix: Remove xtream port from example config
1 parent cfac742 commit da55bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/quick_start.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ services:
107107
restart: unless-stopped
108108
ports:
109109
- "${APP_PORT:-36400}:${APP_PORT:-36400}" # Main application port
110-
- "${XTREAM_PORT:-36401}:${XTREAM_PORT:-36401}" # Xtream API endpoint (when XTREAM_ONLY_ENABLED=true)
111110
# - "${PG_PORT:-5432}:${PG_PORT:-5432}" # Uncomment to expose PostgreSQL
112111
networks:
113112
- m3u-network

0 commit comments

Comments
 (0)