Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker to host proxy

What?

Simple TCP proxy that listens to a container port (LISTEN) and talks a host port (TALK).

Usage

The environment variable PROXY_PASS follows the same port syntax as docker-compose specification HOST:CONTAINER. For example PROXY_PASS=4000:3000 would pass requests from docker network port 3000 to the docker host network 4000.

About

A stupid TCP proxy you can use to build smart things

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages