Skip to content

Commit

Permalink
Fix typo in docker README's.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikulikov committed Oct 25, 2018
1 parent f4fe666 commit be93727
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file removed img/dashboard.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion msa/tb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be93727

Please sign in to comment.