[no ci] note local command with local container image

This commit is contained in:
2024-08-20 11:48:31 +02:00
parent 2744575d50
commit 20ebb398ec

View File

@@ -10,6 +10,12 @@
# ![Logo](resources/assets/favicon-32.png) <span style="font-size:42px">Chhoto URL</span> # ![Logo](resources/assets/favicon-32.png) <span style="font-size:42px">Chhoto URL</span>
## TLDR
```sh
docker run --rm -p 4567:4567 -e site_url="http://0.0.0.0:4567" -e slug_style="UID" -e slug_length="4" gitea.arcodange.duckdns.org/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite
```
# What is it? # What is it?
A simple selfhosted URL shortener with no unnecessary features. Simplicity A simple selfhosted URL shortener with no unnecessary features. Simplicity
and speed are the main foci of this project. The docker image is ~6 MB (compressed), and speed are the main foci of this project. The docker image is ~6 MB (compressed),