Update README.md

This commit is contained in:
4rkal 2024-09-12 22:02:10 +03:00 committed by GitHub
parent 620306b6ae
commit 21518a691f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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