docs: REMOVE ghcr note as it has been removedfrom GH
This commit is contained in:
parent
37326b9535
commit
53263c8923
1 changed files with 0 additions and 5 deletions
|
|
@ -72,10 +72,6 @@ ip -br a | curl -X POST https://aukpad.com --data-binary @- # command output
|
||||||
|
|
||||||
Open `127.0.0.1:8000`
|
Open `127.0.0.1:8000`
|
||||||
|
|
||||||
Alternative, use Github Container Repository:
|
|
||||||
|
|
||||||
`ghcr.io/caffeinefueled1/aukpad:latest`
|
|
||||||
|
|
||||||
**Adv. example with Podman**
|
**Adv. example with Podman**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -104,7 +100,6 @@ podman run -d --name aukpad-app \
|
||||||
--tmpfs /tmp \
|
--tmpfs /tmp \
|
||||||
--security-opt no-new-privileges:true \
|
--security-opt no-new-privileges:true \
|
||||||
--cap-drop ALL \
|
--cap-drop ALL \
|
||||||
--user 1000:1000 \
|
|
||||||
-e USE_VALKEY=true \
|
-e USE_VALKEY=true \
|
||||||
-e VALKEY_URL=redis://:xeZNopyIeMMncqDFPHtJQwMwIathgMWo@localhost:6379 \
|
-e VALKEY_URL=redis://:xeZNopyIeMMncqDFPHtJQwMwIathgMWo@localhost:6379 \
|
||||||
-e MAX_TEXT_SIZE=5 \
|
-e MAX_TEXT_SIZE=5 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue