Sign inSign up

moonliightz/sinusbot

By moonliightz

Updated almost 7 years ago

Simple docker for sinusbot

Image
0

1.5K

moonliightz/sinusbot repository overview

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.

Tag summary

Content type

Image

Digest

Size

225.3 MB

Last updated

almost 7 years ago

docker pull moonliightz/sinusbot