Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 483 Bytes

DOCKER.md

File metadata and controls

23 lines (14 loc) · 483 Bytes

Docker Setup

Prerequisites

Setup

Build the userbot image first (Note that this command needs to be run after every update)

docker-compose build

The initial setup requires a userbot.session file. If you already have it, skip this step

touch userbot.session
docker-compose run userbot

Subsequent runs can use daemon mode

docker-compose up -d