diff --git a/README.md b/README.md index 220a407..e6142f4 100644 --- a/README.md +++ b/README.md @@ -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