diff --git a/README.md b/README.md index 6cde3b6..b884170 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,16 @@ Or via docker-compose - TARGET=http://192.168.19.8:15672 ``` + +## SSL support + +You can quickly use a self-signed certificate, by passing `SELF_SIGNED_TLS` environment variable. +```yaml + services: + adhoc-proxy: + image: ghcr.io/fandsdev/adhoc-proxy + environment: + - TARGET=http://192.168.19.8:15672 + - SELF_SIGNED_TLS=1 + +```