diff --git a/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx b/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx index c92804f07..69b3a59c1 100644 --- a/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx +++ b/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx @@ -25,25 +25,6 @@ export default function OtherOptions({

Other Options

-
- - onRtspPasswordChange(e.target.value)} - /> -

- Optional. You can specify{" "} - {"{FRIGATE_RTSP_PASSWORD}"}{" "} - in the config file to reference camera stream passwords. This is NOT - the Frigate login password. -

-
+
+ + onRtspPasswordChange(e.target.value)} + /> +

+ Optional. You can specify{" "} + {"{FRIGATE_RTSP_PASSWORD}"}{" "} + in the config file to reference camera stream passwords. This is NOT + the Frigate login password. +

+
);