Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docker compose alteration
Browse files Browse the repository at this point in the history
moxious committed Jun 3, 2024
1 parent 1339b76 commit 7746125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sources/tutorials/get-started.md
Original file line number Diff line number Diff line change
@@ -95,7 +95,8 @@ services:
- "3000:3000"
```
After running `docker-compose up`, open [http://localhost:3000](http://localhost:3000) in your browser to view the Grafana UI.
After running `docker-compose up`, open [http://localhost:3000](http://localhost:3000) in your browser to view the Grafana UI. In some newer
docker installs, this command may be run as `docker compose up` without the dash character.

## Configure {{< param "PRODUCT_NAME" >}}

0 comments on commit 7746125

Please sign in to comment.