Skip to content

Commit fe756ba

Browse files
authored
[*] wrap long command line
1 parent adface8 commit fe756ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ To fetch and run the latest **demo** Docker image, exposing
1616
- the internal configuration and metrics database on port 5432:
1717

1818
```shell
19-
docker run -d --name pw3 -p 5432:5432 -p 3000:3000 -p 8080:8080 -e PW_TESTDB=true cybertecpostgresql/pgwatch-demo
19+
docker run --detach --name pw3 \
20+
-p 5432:5432 -p 3000:3000 -p 8080:8080 -e PW_TESTDB=true \
21+
cybertecpostgresql/pgwatch-demo
2022
```
2123

2224
After some minutes you could open the ["Database Overview"](http://127.0.0.1:3000/d/db-overview/db-overview) dashboard and start looking at metrics. For defining your own dashboards you need to log in Grafana as admin (`admin`/`pgwatchadmin`).

0 commit comments

Comments
 (0)