Sign inSign up

whitemay/just-proxy

By whitemay

•Updated about 7 years ago

Just a simple reverse proxy.

Image
0

175

whitemay/just-proxy repository overview

U can try this compose file to start it:

version: '3.6'
services:
  just-proxy:
    image: "whitemay/just-proxy"
    container_name: vx
    network_mode: bridge
    environment:
      - BACK_SERVER=192.168.x.x
      - BACK_PORT=80
    ports:
      - 8080:8080

Tag summary

Content type

Image

Digest

Size

104 MB

Last updated

about 7 years ago

docker pull whitemay/just-proxy