Docker

Detailed instructions on how to install the sinusbot on docker can be found on the GitHub Page. You can also check out the image directly on Docker Hub.

docker run -d -p 8087:8087 \
    -v scripts:/opt/sinusbot/scripts \
    -v data:/opt/sinusbot/data \
    --name sinusbot sinusbot/docker