Skip to content

way5/docker-webone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebOne HTTP 1.X Proxy on Docker

This is the work in progress version of Docker image with WebOne Proxy Server by Alexander Tauenis 👍 on board.

Please refer to the original 🔥 Wiki page before to change configuration files.

+ Setup

  • You can build an image yourself:

git clone ...

cd docker-webone

docker build --no-cache -t IMAGE_NAME .

docker run -d -p 8080:8080 -v /your/local/webone.config:/home/webone --name CONTAINER_NAME IMAGE_NAME