From 8787a9c27fc9e91c8c431a04ddca8d9b64003577 Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Fri, 17 Nov 2023 23:36:09 +0100 Subject: [PATCH] fixed: missing port declarations in Readme examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9ead387..5a3759c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The most KISS single user URL shortener there is. docker run -e JSI_BaseUrl= \ -e JSI_Account__Username= \ -e JSI_Account__Password= \ + -p 80:8080 miawinter/just-short-it:latest ``` @@ -46,6 +47,8 @@ services: just-short-it: container_name: JustShortIt image: miawinter/just-short-it:latest + ports: + - "80:8080" environment: - "JSI_BaseUrl=" - "JSI_Account__Username="