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/
docker pull tstrohmeier/stunnel-client:latest
- stunnel in client mode as client
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"