Commit 90d2321ec2430b313e235a38ff32466b6d3234dd

Authored by Igor Kulikov
Committed by GitHub
1 parent b85d9e20

Update README.md

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -58,11 +58,11 @@ $ docker start mytb
58 58
59 59 In order to update to the latest image, execute the following commands:
60 60
61   -`
  61 +```
62 62 $ docker pull thingsboard/tb
63 63 $ docker stop mytb
64 64 $ docker run -it -v ~/.mytb-data:/data --rm thingsboard/tb upgrade-tb.sh
65 65 $ docker start mytb
66   -`
  66 +```
67 67
68 68 **NOTE**: replace host's directory `~/.mytb-data` with directory used during container creation.
... ...