Update docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
GuoQing Liu 2026-05-01 21:51:58 +08:00 committed by GitHub
parent 845a813651
commit 1df11f3ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ export default function OtherOptions({
onChange={(e) => onRtspPasswordChange(e.target.value)} onChange={(e) => onRtspPasswordChange(e.target.value)}
/> />
<p className={styles.helpText}> <p className={styles.helpText}>
Used as{" "} Optional. You can specify{" "}
<CodeInline>{"{FRIGATE_RTSP_PASSWORD}"}</CodeInline>{" "} <CodeInline>{"{FRIGATE_RTSP_PASSWORD}"}</CodeInline>{" "}
in the config file to reference camera stream passwords. This is NOT in the config file to reference camera stream passwords. This is NOT
the Frigate login password. the Frigate login password.