From 20ebb398ec404aaba8c7a869c95c06f9804b0eef Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Tue, 20 Aug 2024 11:48:31 +0200 Subject: [PATCH] [no ci] note local command with local container image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e87870..e1b8b81 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ # ![Logo](resources/assets/favicon-32.png) Chhoto URL +## 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? 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),