Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 authored Nov 18, 2021
1 parent f20e91f commit 893bcb0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

0 comments on commit 893bcb0

Please sign in to comment.