Browse Source

logo debugging

bernhardbuhl 3 years ago
parent
commit
89a35303dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ After downloading the repository use this sequence of commands to run the docker
 
 * ``docker build --no-cache . -t polzy/polzy_showcase:latest`` (Depending on your machine this may run quite long. The image is 
 not optimized for production. The focus was to create a single image to run the showcase as simple as possible)
-* ```docker run -p 3000:3000 -p 5000:5000 -dit polzy/polzy_showcase:latest```
+* ```docker run -p 3000:3000 -p 5000:5000 --name polzy_showcase -dit polzy/polzy_showcase:latest```
 
 After a few seconds, that it takes to download the latest versions you can open a browser on your local PC and 
 point it to http://localhost:3000. You'll be ready to start using PoLZy-Showcase.