mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-22 08:19:54 +00:00
fix: docker command from README.md
This commit is contained in:
parent
c57c5a269f
commit
eda7482c82
|
@ -17,7 +17,7 @@ The most KISS single user URL shortener there is.
|
||||||
docker run -e JSI_BaseUrl=<your-url> \
|
docker run -e JSI_BaseUrl=<your-url> \
|
||||||
-e JSI_Account__Username=<your-username> \
|
-e JSI_Account__Username=<your-username> \
|
||||||
-e JSI_Account__Password=<your-password> \
|
-e JSI_Account__Password=<your-password> \
|
||||||
-p 80:8080
|
-p 80:8080 \
|
||||||
miawinter/just-short-it:latest
|
miawinter/just-short-it:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue