Lex Rivera 2 лет назад
Родитель
Сommit
fa85585e22
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -60,7 +60,7 @@ A Docker file is provided in the root of the repository.
 If you want to run JSON Visio locally:
 If you want to run JSON Visio locally:
   
   
 * Build Docker image with `docker build -t jsonvisio .`
 * Build Docker image with `docker build -t jsonvisio .`
-* Run locally with `docker run -p 8888:80 jsonvisio`
+* Run locally with `docker run -p 8888:8080 jsonvisio`
 * Go to [http://localhost:8888]
 * Go to [http://localhost:8888]
 ```
 ```