From 8a9c23ab910351a91d910b7f3a4b124d2205eb06 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Fri, 1 Dec 2023 02:37:22 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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