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 \