corrections to readme.md
Signed-off-by: Ignacio Van Droogenbroeck <ignacio@vandroogenbroeck.net>
This commit is contained in:
parent
354abd4620
commit
5b8f68cf5b
@ -42,7 +42,7 @@ When deploying this setup docker-compose maps InfluxDB in the port 8086 and 3000
|
|||||||
## Deploy with docker-compose
|
## Deploy with docker-compose
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker$ compose up -d
|
$ docker compose up -d
|
||||||
Creating network "telegraf-influxdb-grafana_default" with the default driver
|
Creating network "telegraf-influxdb-grafana_default" with the default driver
|
||||||
Creating influxdb ... done
|
Creating influxdb ... done
|
||||||
Creating grafana ... done
|
Creating grafana ... done
|
||||||
@ -60,6 +60,8 @@ CONTAINER ID IMAGE COMMAND CREATED
|
|||||||
09aa6d8b4dc5 telegraf:latest "/entrypoint.sh tele…" About a minute ago Up 51 seconds 8092/udp, 8125/udp, 8094/tcp telegraf
|
09aa6d8b4dc5 telegraf:latest "/entrypoint.sh tele…" About a minute ago Up 51 seconds 8092/udp, 8125/udp, 8094/tcp telegraf
|
||||||
0760db685a08 influxdb:latest "/entrypoint.sh infl…" About a minute ago Up 51 seconds 0.0.0.0:8086->8086/tcp influxdb
|
0760db685a08 influxdb:latest "/entrypoint.sh infl…" About a minute ago Up 51 seconds 0.0.0.0:8086->8086/tcp influxdb
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Navigate to `http://localhost:3000` in your web browser to access the installed Grafana. The default user and password is admin/admin
|
Navigate to `http://localhost:3000` in your web browser to access the installed Grafana. The default user and password is admin/admin
|
||||||
|
|
||||||

|

|
||||||
@ -69,8 +71,6 @@ Stop and remove the containers
|
|||||||
```
|
```
|
||||||
$ docker-compose down
|
$ docker-compose down
|
||||||
|
|
||||||
|
|
||||||
To delete all data, remove all named volumes by passing the `-v` arguments:
|
To delete all data, remove all named volumes by passing the `-v` arguments:
|
||||||
```
|
```
|
||||||
docker-compose down -v
|
docker-compose down -v
|
||||||
d
|
|
||||||
|
Loading…
Reference in New Issue
Block a user