Dockerized Zoraxy - A general purpose reverse proxy and forwarding tool
2.7K
Dockerized Zoraxy
Zoraxy is a general purpose request (reverse) proxy and forwarding tool for low power devices, written in Go. This is only a docker containerized version of zoraxy.
Mount '/zoraxy' volume to store settings.
docker run -d --name zoraxy -p 8000:8000 -v /path/to/zoraxy:/zoraxy cyb3rdoc/zoraxy:latest
version: '3.6'
services:
zoraxy:
container_name: zoraxy
hostname: zoraxy
image: cyb3rdoc/zoraxy:latest
ports:
- 8000:8000
volumes:
- /path/to/zoraxy:/zoraxy
restart: unless-stopped
Credits: Toby Chui
Content type
Image
Digest
sha256:51df110bc…
Size
62.7 MB
Last updated
over 1 year ago
docker pull cyb3rdoc/zoraxy