From 84e107d8d7b729451e0cfeb13e66d3c236a429f7 Mon Sep 17 00:00:00 2001 From: Kim Brian Ramberg Date: Thu, 11 Dec 2025 16:43:52 +0100 Subject: [PATCH] Added stunnel --- stunnel/compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 stunnel/compose.yml diff --git a/stunnel/compose.yml b/stunnel/compose.yml new file mode 100644 index 0000000..fd1edc9 --- /dev/null +++ b/stunnel/compose.yml @@ -0,0 +1,9 @@ + +# Service Name: stunnel +# Description : Proxy service that allows old non-encrypted tools to access the web encrypted (https) +# Homepage : https://www.stunnel.org/ + +version: '3.9' +services: + chainguard: + image: cgr.dev/chainguard/stunnel