Update README.md
This commit is contained in:
parent
afc0610afb
commit
8a9c23ab91
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ The docker image can be found at https://hub.docker.com/r/bingusviolet/univerter
|
|||
Port 8080 (or whatever you set the environment variable to) is exposed inside the container. It can be changed with `-p`
|
||||
Example:
|
||||
```bash
|
||||
docker run -p 5009:8080 bingusviolet/univerter
|
||||
docker run -p 8080:8080 bingusviolet/univerter
|
||||
```
|
||||
It can now be found on port 5009
|
||||
It can now be found on port 8080
|
||||
|
||||
## Npm
|
||||
|
||||
|
|
Loading…
Reference in a new issue