Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages