docker-compose - add missing "-"

This commit is contained in:
Pierre Belanger 2023-12-31 08:06:05 -05:00
parent 5c7a596515
commit 255dcf72e6

View File

@ -137,7 +137,7 @@ cameras:
- detect - detect
``` ```
Now you should be able to start Frigate by running `docker compose up -d` from within the folder containing `docker-compose.yml`. Frigate should now be accessible at `server_ip:5000` and you can finish the configuration using the built-in configuration editor. Now you should be able to start Frigate by running `docker-compose up -d` from within the folder containing `docker-compose.yml`. Frigate should now be accessible at `server_ip:5000` and you can finish the configuration using the built-in configuration editor.
## Configuring Frigate ## Configuring Frigate
@ -177,7 +177,7 @@ Now that you have a working camera configuration, you want to setup hardware acc
Here is an example configuration with hardware acceleration configured to work with most Intel processors with an integrated GPU using the [preset](../configuration/ffmpeg_presets.md): Here is an example configuration with hardware acceleration configured to work with most Intel processors with an integrated GPU using the [preset](../configuration/ffmpeg_presets.md):
`docker-compose.yml` (after modifying, you will need to run `docker compose up -d` to apply changes) `docker-compose.yml` (after modifying, you will need to run `docker-compose up -d` to apply changes)
```yaml ```yaml
version: "3.9" version: "3.9"
@ -206,7 +206,7 @@ cameras:
By default, Frigate will use a single CPU detector. If you have a USB Coral, you will need to add a detectors section to your config. By default, Frigate will use a single CPU detector. If you have a USB Coral, you will need to add a detectors section to your config.
`docker-compose.yml` (after modifying, you will need to run `docker compose up -d` to apply changes) `docker-compose.yml` (after modifying, you will need to run `docker-compose up -d` to apply changes)
```yaml ```yaml
version: "3.9" version: "3.9"