Unmodified build of PegaProxy from https://docs.pegaprox.com
2.2K
Reworked for use on Unraid
docker run -d \
--name pegaprox \
-p 5000:5000 \
-e PUID=99 \
-e PGID=100 \
-v /mnt/user/appdata/pegaprox/config:/app/config \
-v /mnt/user/appdata/pegaprox/logs:/app/logs \
joafri/pegaprox:latest
services:
pegaprox:
image: joafri/pegaprox:latest
container_name: pegaprox
ports:
- "5000:5000"
environment:
PUID: "99"
PGID: "100"
volumes:
- /mnt/user/appdata/pegaprox/config:/app/config
- /mnt/user/appdata/pegaprox/logs:/app/logs
restart: unless-stopped
Content type
Image
Digest
sha256:66fb82059…
Size
81.1 MB
Last updated
4 months ago
docker pull joafri/pegaprox