Apply suggested changes to the documentation

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
Eric Work 2026-01-27 16:11:19 -08:00 committed by GitHub
parent fdafdd1471
commit 5809ecd1a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -178,7 +178,7 @@ networking:
:::warning
This setting is for advanced users. For the majority of use cases it's recommended to use docker's `--publish` option instead, e.g. `-p 443:8971`. Changing Frigate's ports may break some integrations.
This setting is for advanced users. For the majority of use cases it's recommended to change the `ports` section of your Docker compose file or use the Docker `run` `--publish` option instead, e.g. `-p 443:8971`. Changing Frigate's ports may break some integrations.
:::

View File

@ -81,7 +81,8 @@ networking:
# Optional: Override ports Frigate uses for listening (defaults: shown below)
# An IP address may also be provided to bind to a specific interface, e.g. ip:port
# NOTE: This setting is for advanced users and may break some integrations. The majority
# of users should use docker's `--publish` option to select a different port.
# of users should change ports in the docker compose file
# or use the docker run `--publish` option to select a different port.
listen:
internal: 5000
external: 8971