Update README.md

This commit is contained in:
Igor Kulikov 2018-10-24 20:03:49 +03:00 committed by GitHub
parent b85d9e2047
commit 90d2321ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,11 +58,11 @@ $ docker start mytb
In order to update to the latest image, execute the following commands: In order to update to the latest image, execute the following commands:
` ```
$ docker pull thingsboard/tb $ docker pull thingsboard/tb
$ docker stop mytb $ docker stop mytb
$ docker run -it -v ~/.mytb-data:/data --rm thingsboard/tb upgrade-tb.sh $ docker run -it -v ~/.mytb-data:/data --rm thingsboard/tb upgrade-tb.sh
$ docker start mytb $ docker start mytb
` ```
**NOTE**: replace host's directory `~/.mytb-data` with directory used during container creation. **NOTE**: replace host's directory `~/.mytb-data` with directory used during container creation.