1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2025-04-05 09:29:53 +00:00
This commit is contained in:
Vinay Gawade 2024-04-08 10:20:14 +00:00 committed by GitHub
commit 28a372f911
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
```