1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 01:39:00 +00:00

fix: docker command from README.md

This commit is contained in:
Vinay Gawade 2024-04-08 15:46:40 +05:30 committed by GitHub
parent c57c5a269f
commit eda7482c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ The most KISS single user URL shortener there is.
docker run -e JSI_BaseUrl=<your-url> \
-e JSI_Account__Username=<your-username> \
-e JSI_Account__Password=<your-password> \
-p 80:8080
-p 80:8080 \
miawinter/just-short-it:latest
```