tweak tmpfs comment

This commit is contained in:
Josh Hawkins 2026-02-26 11:27:46 -06:00
parent 29a778415e
commit 916ac48702

View File

@ -56,7 +56,7 @@ services:
volumes: volumes:
- /path/to/your/config:/config - /path/to/your/config:/config
- /path/to/your/storage:/media/frigate - /path/to/your/storage:/media/frigate
- type: tmpfs # Recommended: 1GB of memory - type: tmpfs # In-memory filesystem for recording segment storage
target: /tmp/cache target: /tmp/cache
tmpfs: tmpfs:
size: 1000000000 size: 1000000000
@ -153,6 +153,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
``` ```
/lib/modules/6.6.31+rpt-rpi-2712/kernel/drivers/media/pci/hailo/hailo_pci.ko.xz /lib/modules/6.6.31+rpt-rpi-2712/kernel/drivers/media/pci/hailo/hailo_pci.ko.xz
``` ```
Save the module path to a variable: Save the module path to a variable:
```bash ```bash
@ -206,7 +207,6 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke
``` ```
The script will: The script will:
- Install necessary build dependencies - Install necessary build dependencies
- Clone and build the Hailo driver from the official repository - Clone and build the Hailo driver from the official repository
- Install the driver - Install the driver
@ -462,7 +462,7 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /path/to/your/config:/config - /path/to/your/config:/config
- /path/to/your/storage:/media/frigate - /path/to/your/storage:/media/frigate
- type: tmpfs # Recommended: 1GB of memory - type: tmpfs # In-memory filesystem for recording segment storage
target: /tmp/cache target: /tmp/cache
tmpfs: tmpfs:
size: 1000000000 size: 1000000000
@ -705,6 +705,7 @@ Docker containers on macOS can be orchestrated by either [Docker Desktop](https:
To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU) the host must be running [Apple Silicon Detector](../configuration/object_detectors.md#apple-silicon-detector) on the host (outside Docker) To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU) the host must be running [Apple Silicon Detector](../configuration/object_detectors.md#apple-silicon-detector) on the host (outside Docker)
#### Docker Compose example #### Docker Compose example
```yaml ```yaml
services: services:
frigate: frigate: