From 1e8ef6b7bbd7bdb200828e56e11970a301fcb1be Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:31:02 -0600 Subject: [PATCH] tweak tmpfs comment --- docs/docs/guides/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index 8c90a6f33..43fc606e8 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -119,7 +119,7 @@ services: volumes: - ./config:/config - ./storage:/media/frigate - - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear + - type: tmpfs # In-memory filesystem for recording segment storage target: /tmp/cache tmpfs: size: 1000000000