Skip to content

Xawirses/PhantomBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Phantombot

Supported tags and respective Dockerfile links

How to use this image

To use this image, you need botlogin.txt and phantombot.db in the config folder. To get these files, launch a first start directly from your PC.

Setup Process

if you have already the configuration, ignore this step

sudo mkdir -p /opt/phantombot/{config,dbbackup,logs}

sudo docker run -it \
  -p 6667:6667 \
  -p 25001-25005:25001-25005 \
  -v /opt/phantombot/config:/phantombot/config \
  -v /opt/phantombot/dbbackup:/phantombot/dbbackup \
  -v /opt/phantombot/logs:/phantombot/logs \
  --name phantombot \
  xawirses/phantombot:stable

Docker CMD

sudo docker run -d \
  -p 6667:6667 \
  -p 25001-25005:25001-25005 \
  -v /opt/phantombot/config:/phantombot/config \
  -v /opt/phantombot/dbbackup:/phantombot/dbbackup \
  -v /opt/phantombot/logs:/phantombot/logs \
  --name phantombot \
  --restart=always \
  xawirses/phantombot:stable

Docker-compose

phantombot:
  image: "xawirses/phantombot:stable"
  restart: always
  ports:
    - "6667:6667"
    - "25001-25005:25001-25005"
  volumes:
    - "/opt/PhantomBot/config:/phantombot/config"
    - "/opt/PhantomBot/dbbackup:/phantombot/dbbackup"
    - "/opt/PhantomBot/logs:/phantombot/logs"

Ports

  • 6667
  • 25001-25005

Key Volumes

  • /phantombot/config
  • /phantombot/dbbackup
  • /phantombot/logs

About

Phantombot implementation for Docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published