Update docs/docs/guides/reverse_proxy.md

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
Emil Sandnabba 2024-08-14 23:38:58 +02:00 committed by GitHub
parent ab3a376128
commit 821c07c5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ services:
- "traefik.http.routers.frigate.rule=Host(`traefik.example.com`)" - "traefik.http.routers.frigate.rule=Host(`traefik.example.com`)"
``` ```
The above configuration will create a "service" in Traefik, automatically adding your container's IP on port 8791 as a backend. The above configuration will create a "service" in Traefik, automatically adding your container's IP on port 8971 as a backend.
It will also add a router, routing requests to "traefik.example.com" to your local container. It will also add a router, routing requests to "traefik.example.com" to your local container.
Note that with this approach, you don't need to expose any ports for the Frigate instance since all traffic will be routed over the internal Docker network. Note that with this approach, you don't need to expose any ports for the Frigate instance since all traffic will be routed over the internal Docker network.