Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ Then simply access the web portal at http://youraddress:4545/ to create your adm

Once you have configured the bot and invited it to your Discord server, simply type **!help** to see all available commands.

### docker-compose

```
---
version: "2.1"
services:
requestrr:
image: darkalfx/requestrr
container_name: requestrr
volumes:
- path to config:/config
ports:
- 4545:4545
restart: unless-stopped
```

Build Instructions
==================

Expand Down