Add WEBUI_PORT variable with default value

This commit is contained in:
Alexandre
2026-05-10 17:36:23 +02:00
committed by GitHub
parent 7c5091b17d
commit 9bca5bf467

View File

@@ -1,6 +1,8 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set +u
WEBUI_PORT=${WEBUI_PORT:-8080}
export PATH="/usr/local/sbin:/usr/local/bin:${PATH}"