Sign inSign up

cyb3rdoc/zoraxy

By cyb3rdoc

Updated over 1 year ago
Archived

Dockerized Zoraxy - A general purpose reverse proxy and forwarding tool

Image
0

2.7K

cyb3rdoc/zoraxy repository overview

ZORAXY-DOCKER (GitHub)

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.

Supported Architecture: amd64, arm64, armv7

Using prebuilt image cyb3rdoc/zoraxy

docker run -d --name zoraxy -p 8000:8000 -v /path/to/zoraxy:/zoraxy cyb3rdoc/zoraxy:latest

Using docker-compose.yml

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

Tag summary

Content type

Image

Digest

sha256:51df110bc

Size

62.7 MB

Last updated

over 1 year ago

docker pull cyb3rdoc/zoraxy