mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Update docs/docs/guides/reverse_proxy.md
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
ab3a376128
commit
821c07c5a0
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user