Fix typo in docker README's.

This commit is contained in:
Igor Kulikov 2018-10-25 15:11:03 +03:00
parent f4fe6663b9
commit be937278ba
3 changed files with 2 additions and 2 deletions

View File

@ -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:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 KiB

View File

@ -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