Skip to content

MoonLiightz/docker-sinusbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moonliightz/sinusbot

Build Status

This container provides a sinusbot instance.

Table of Contents

Version

  • Sinusbot: 1.0.0-beta.5-b262b6a
  • TeamSpeak: 3.3.0

Download / Update

docker pull moonliightz/sinusbot:latest

Usage

$ docker run -d -v /home/sinusbot/data:/sinusbot/data -p 8087:8087 --name sinusbot moonliightz/sinusbot:latest
  • /home/sinusbot/data is the directory on your local machine where your bot files will be stored
  • /sinusbot/data is the directory on the docker machine.

Note: Don't change /sinusbot/data on your docker machine. The source code is based on this directory.

Logging

$ docker logs -f <name of container e.g. sinusbot> 

Use it to get the password for the web interface and to see the logs.

Permissions

The default UID and GID of the user in the container is 3000.

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE file for details.