mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-22 16:29:53 +00:00
fixed: readme example missing port binding
This commit is contained in:
parent
b17bdca6ab
commit
4ea7a66b16
|
@ -30,6 +30,8 @@ services:
|
||||||
just-short-it:
|
just-short-it:
|
||||||
container_name: JustShortIt
|
container_name: JustShortIt
|
||||||
image: miawinter/just-short-it:latest
|
image: miawinter/just-short-it:latest
|
||||||
|
ports:
|
||||||
|
- "80:8080"
|
||||||
environment:
|
environment:
|
||||||
- "JSI_BaseUrl=<your-url>"
|
- "JSI_BaseUrl=<your-url>"
|
||||||
- "JSI_Account__Username=<your-username>"
|
- "JSI_Account__Username=<your-username>"
|
||||||
|
|
Loading…
Reference in a new issue