Update README.md

This commit is contained in:
Bingus_Violet 2023-12-01 02:37:22 +00:00
parent afc0610afb
commit 8a9c23ab91

View file

@ -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` Port 8080 (or whatever you set the environment variable to) is exposed inside the container. It can be changed with `-p`
Example: Example:
```bash ```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 ## Npm