Skip to content

Commit 18f07b9

Browse files
authored
Fixed description of Docker run script to contain the correct port number
1 parent ff2c32f commit 18f07b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ There are three ways to run the application:
1818
## Run locally with Docker
1919
Pull the latest image from Docker Hub to run the application locally:
2020
```
21-
# Run the application on http://localhost:8080
21+
# Run the application on http://localhost:5005
2222
docker pull nielsdejong/neodash:latest
23-
docker run -it --rm -p 8080:80 nielsdejong/neodash
23+
docker run -it --rm -p 5005:5005 nielsdejong/neodash
2424
```
2525

2626
## Run & Build using npm
@@ -59,7 +59,7 @@ If you use Windows, you should have installed WSL. In WSL, you can run the scrip
5959
```
6060
$ ./scripts/docker-build-run-windows.bash
6161
```
62-
Then visit `http://localhost:8080` in your browser.
62+
Then visit `http://localhost:5005` in your browser.
6363

6464

6565
## Run in standalone mode

0 commit comments

Comments
 (0)