Skip to content

tekook/MFBot-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFBot-Terminal

About

Dockerized Version for MFBot-Terminal

Usage

Use the example docker-compose.yml to build the image yourself Comment the build array to use docker-hub.

Run via docker run:

docker run tekook/mfbot-terminal -v ./data:/data

./data must contain your Acc.ini and will contain all database and log files of the bot.

Attach to the container to do stuff with the bot :-)

docker attach <container_name>

(Leave attach via CTRL-P,CTRL-Q)

Deployment via Docker-Compose

version: "3.5"

services:
  bot:
    image: tekook/mfbot-terminal
    volumes:
      - ./data:/data
    stdin_open: true
    tty: true

Note : stdin_open & tty is neccesary via compose so the shell is interactive.

About

Docker Image for MFBot-Terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published