Skip to content

aldovc/phantombot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phantombot on Docker

Run:

  1. mkdir bot bot/config && cd bot
  2. touch config/botlogin.txt <- You need to edit this to match your settings
  3. Run container
docker run -d \
  -p 6667:6667 \
  -p 25000-25005:25000-25005 \
  -v ${PWD}/config/:/phantombot/config \
  --name phantombot \
  --restart=always \
  aldovc/phantombot:3.2.0

Notes: Custom language is not working atm (v3.2.0) so it is not included in this image

About

Phantombot on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages