Skip to content

Commit

Permalink
Added readme section about docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Centurix committed Sep 25, 2023
1 parent 76c1b0f commit 883692a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@ The goal of this tools is for it to be used in end to end testing where webhooks

# Running This Thing

## Docker

This application is available as an image [here](https://hub.docker.com/r/centurix/traffcap)

To use with `docker-compose.yaml`

```
---
version: "2.1"
services:
radarr:
image: centurix/traffcap:latest
container_name: traffcap
ports:
- 9696:9696
restart: unless-stopped
```

## From PyPi

This is available from PyPi as a package. You can install the package with:
Expand Down

0 comments on commit 883692a

Please sign in to comment.