mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-23 14:49:22 +00:00
Mention Docker in README.md
This commit is contained in:
@@ -15,6 +15,13 @@ Setup
|
||||
|
||||
Dropbot is designed to run on Heroku, but can be ran locally using ```python dropbot\cli.py -c env```
|
||||
|
||||
Docker
|
||||
^^^^^^
|
||||
|
||||
Dropbot can be run on Docker using the image ``robhaswell/docker``:
|
||||
|
||||
``docker run -ti -e DROPBOT_JID='user@server' -e DROPBOT_PASSWORD='password' -e DROPBOT_ROOMS='room@server' robhaswell/dropbot``
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user