docs: REMOVE ghcr note as it has been removedfrom GH

This commit is contained in:
Caffeine Fueled 2026-05-25 18:58:13 +02:00
parent 37326b9535
commit 53263c8923
Signed by: cf7
GPG key ID: CA295D643074C68C

View file

@ -72,10 +72,6 @@ ip -br a | curl -X POST https://aukpad.com --data-binary @- # command output
Open `127.0.0.1:8000`
Alternative, use Github Container Repository:
`ghcr.io/caffeinefueled1/aukpad:latest`
**Adv. example with Podman**
```bash
@ -104,7 +100,6 @@ podman run -d --name aukpad-app \
--tmpfs /tmp \
--security-opt no-new-privileges:true \
--cap-drop ALL \
--user 1000:1000 \
-e USE_VALKEY=true \
-e VALKEY_URL=redis://:xeZNopyIeMMncqDFPHtJQwMwIathgMWo@localhost:6379 \
-e MAX_TEXT_SIZE=5 \