Sign inSign up

bmlandis2010/stunnel

By bmlandis2010

Updated about 5 years ago

Image
0

811

bmlandis2010/stunnel repository overview

docker-stunnel

Usage

Docker
docker run -v ./stunnel.conf:/etc/stunnel/stunnel.conf -p 25:25 bmlandis2010/stunnel
Docker Compose
services:
  stunnel:
    container_name: stunnel
    image: bmlandis2010/stunnel
    ports:
      - '25:25'
    volumes:
      - ./stunnel.conf:/etc/stunnel/stunnel.conf
    restart: always

Tag summary

Content type

Image

Digest

Size

3.3 MB

Last updated

about 5 years ago

docker pull bmlandis2010/stunnel