mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fix: set default ROMM_BASE_URL in nginx startup log message
This commit is contained in:
@@ -113,7 +113,9 @@ start_bin_nginx() {
|
||||
# if container runs as root, drop permissions
|
||||
nginx -g 'user romm;'
|
||||
fi
|
||||
info_log "🚀 RomM is now available at ${ROMM_BASE_URL}:8080"
|
||||
|
||||
: "${ROMM_BASE_URL:=http://0.0.0.0:8080}"
|
||||
info_log "🚀 RomM is now available at ${ROMM_BASE_URL}"
|
||||
}
|
||||
|
||||
# Commands to start valkey-server (handling PID creation internally)
|
||||
|
||||
Reference in New Issue
Block a user