Update the Docker defaults

This commit is contained in:
2026-05-19 15:03:35 +03:30
parent 4536ab77ee
commit 3229995dec
3 changed files with 11 additions and 12 deletions

View File

@@ -12,8 +12,8 @@ fi
: "${APP_URL:?APP_URL is required.}"
: "${HLS_PUBLIC_URL:?HLS_PUBLIC_URL is required.}"
: "${RTMP_INTERNAL_PORT:=19935}"
: "${HLS_INTERNAL_PORT:=19988}"
: "${RTMP_INTERNAL_PORT:=1935}"
: "${HLS_INTERNAL_PORT:=8888}"
mkdir -p /config /var/www/html/storage/app/private/recordings
@@ -32,4 +32,3 @@ if [ -x /mediamtx ]; then
fi
fail "MediaMTX binary was not found in the base image."