replace duckdns.org with internal .lab - will use .fr later
All checks were successful
Docker Build / pull-and-push-image (push) Successful in 16s

This commit is contained in:
2026-01-01 08:43:48 +01:00
parent 09fe417147
commit c1d27971f7
4 changed files with 12 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
## 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
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.lab/arcodange-org/url-shortener:5.4.2 # -e db_url=/urls.sqlite
```
# What is it?