[MIRROR ONLY] A correct and efficient ATProto blob proxy for secure content delivery. codeberg.org/Blooym/porxie
36
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: swap to dockerhub instead of ghcr

Lyna 96350afa a9c14a6d

+3 -3
+3 -3
README.md
··· 53 53 --name porxie \ 54 54 --restart unless-stopped \ 55 55 -p 6314:6314 \ 56 - ghcr.io/blooym/porxie:latest 56 + blooym/porxie:latest 57 57 ``` 58 58 59 59 ### Run: Docker Compose ··· 63 63 ```yaml 64 64 services: 65 65 porxie: 66 - image: ghcr.io/blooym/porxie:latest 66 + image: blooym/porxie:latest 67 67 restart: unless-stopped 68 68 read_only: true 69 69 ports: ··· 313 313 ```yaml 314 314 services: 315 315 porxie: 316 - image: ghcr.io/blooym/porxie:latest 316 + image: blooym/porxie:latest 317 317 restart: unless-stopped 318 318 read_only: true 319 319 cap_drop: