Skip to content

tstrohmeier/docker-stunnel-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-stunnel-client

Dockerfile for the tstrohmeier/stunnel-client image

I use this image if I want to work in a local env.

@Dockerhub: https://hub.docker.com/r/tstrohmeier/stunnel-client/

Pull image

docker pull tstrohmeier/stunnel-client:latest

What is installed in this image?

  • stunnel in client mode as client

How to use it

Add the following lines to your docker-compose file to add the container to your setup:

stunnel-proxy:
  image: tstrohmeier/stunnel-client:latest
  restart: always
  environment:
    - ACCEPT=8888
    - CONNECT=your.server.com:443
  ports:
    - "8888:8888"  

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published