From eda7482c82d898f22cd0e0c0137a2c4d827006aa Mon Sep 17 00:00:00 2001 From: Vinay Gawade <65772870+vinugawade@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:46:40 +0530 Subject: [PATCH] fix: docker command from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f346e..237acba 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The most KISS single user URL shortener there is. docker run -e JSI_BaseUrl= \ -e JSI_Account__Username= \ -e JSI_Account__Password= \ - -p 80:8080 + -p 80:8080 \ miawinter/just-short-it:latest ```