Browse Source

Fix typo in docker README's.

pull/1186/head
Igor Kulikov 7 years ago
parent
commit
be937278ba
  1. 2
      docker/README.md
  2. BIN
      img/dashboard.gif
  3. 2
      msa/tb/README.md

2
docker/README.md

@ -36,7 +36,7 @@ Execute the following command to start services:
$ ./docker-start-services.sh
`
After a while when all services will be successfully started you can open `http://{yor-host-ip}` in you browser (for ex. `http://localhost`).
After a while when all services will be successfully started you can open `http://{your-host-ip}` in you browser (for ex. `http://localhost`).
You should see ThingsBoard login page.
Use the following default credentials:

BIN
img/dashboard.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

2
msa/tb/README.md

@ -26,7 +26,7 @@ Where:
- `--name mytb` - friendly local name of this machine
- `thingsboard/tb` - docker image, can be also `thingsboard/tb-postgres` or `thingsboard/tb-cassandra`
After executing this command you can open `http://{yor-host-ip}:9090` in you browser (for ex. `http://localhost:9090`). You should see ThingsBoard login page.
After executing this command you can open `http://{your-host-ip}:9090` in you browser (for ex. `http://localhost:9090`). You should see ThingsBoard login page.
Use the following default credentials:
- **Systen Administrator**: sysadmin@thingsboard.org / sysadmin

Loading…
Cancel
Save