We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfac742 commit da55bb6Copy full SHA for da55bb6
docs/quick_start.md
@@ -107,7 +107,6 @@ services:
107
restart: unless-stopped
108
ports:
109
- "${APP_PORT:-36400}:${APP_PORT:-36400}" # Main application port
110
- - "${XTREAM_PORT:-36401}:${XTREAM_PORT:-36401}" # Xtream API endpoint (when XTREAM_ONLY_ENABLED=true)
111
# - "${PG_PORT:-5432}:${PG_PORT:-5432}" # Uncomment to expose PostgreSQL
112
networks:
113
- m3u-network
0 commit comments