Search Docker Hub
stunnel
By bmlandis2010
811
docker run -v ./stunnel.conf:/etc/stunnel/stunnel.conf -p 25:25 bmlandis2010/stunnel
services: stunnel: container_name: stunnel image: bmlandis2010/stunnel ports: - '25:25' volumes: - ./stunnel.conf:/etc/stunnel/stunnel.conf restart: always
Content type
Image
Digest
Size
3.3 MB
Last updated
about 5 years ago
docker pull bmlandis2010/stunnel