From 21518a691f14a379056a801c7a3c2cd1851ce317 Mon Sep 17 00:00:00 2001 From: 4rkal <4rkal@proton.me> Date: Thu, 12 Sep 2024 22:02:10 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d5630ea..b40fbec 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ The first step is cloning this repo: ```shell git clone https://github.com/4rkal/shortr && cd shortr ``` + +Edit the `docker-compose.yml` and set a base url: + + command: ["/shortr", "--url", "YOUR_URL"] + +Change the `YOUR_URL`, to the url where your app served from (eg app.4rkal.com) + Now you can run the application via docker. ### Using docker