From 53263c892325a3e2c8669707254a56caa352eb75 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Mon, 25 May 2026 18:58:13 +0200 Subject: [PATCH] docs: REMOVE ghcr note as it has been removedfrom GH --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 3fe4b37..c7ae1ff 100644 --- a/README.md +++ b/README.md @@ -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 \