We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e48ed commit 8aaa074Copy full SHA for 8aaa074
1 file changed
DOCUMENTATION/content/documentation/index.md
@@ -942,6 +942,24 @@ docker-compose up -d aws
942
943
944
945
+<br>
946
+<a name="Use-Grafana"></a>
947
+## Use Grafana
948
+
949
+1 - Configure Grafana: Change Port using `GRAFANA_PORT` if you wish to. Default is port 3000.
950
951
+2 - Run the Grafana Container (`grafana`) with the `docker-compose up`command:
952
953
+```bash
954
+docker-compose up -d grafana
955
+```
956
957
+3 - Open your browser and visit the localhost on port **3000** at the following URL: `http://localhost:3000`
958
959
+4 - Login using the credentials User = `admin` Passwort = `admin`. Change the password in the webinterface if you want to.
960
961
962
963
<br>
964
<a name="CodeIgniter"></a>
965
0 commit comments