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

fixed: readme example missing port binding

This commit is contained in:
Mia Rose Winter 2023-11-18 13:12:47 +01:00
parent b17bdca6ab
commit 4ea7a66b16
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -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>"