From 0d3dd955de211a3bf470b6b1ca16980ce66d3e04 Mon Sep 17 00:00:00 2001 From: Paul Stoker Date: Thu, 7 Mar 2024 18:34:58 +0100 Subject: [PATCH] Tweak wording where server is accessed --- docs/docs/guides/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index 7cf9e2790..f4a054582 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -137,7 +137,7 @@ cameras: - 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 for browsing at `http://server_ip:5000` and you can finish the configuration using the built-in configuration editor. ## Configuring Frigate