Skip to content

Commit

Permalink
add PORT env var, package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
moranbw committed Feb 27, 2023
1 parent cb07e93 commit 1a3a8ad
Show file tree
Hide file tree
Showing 6 changed files with 4,837 additions and 11,224 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Example use-case: test "wired speed" of a computer connected via hard-wired ethe
### docker install
-----
* `docker run -d -p 5000:5000 --name speedtest-app bwmoran/speedtest-app`
* port can be changed via environment variable **PORT**: `-p PORT=3000`
* application should be running at <http://localhost:5000>


Expand Down
Loading

0 comments on commit 1a3a8ad

Please sign in to comment.