Debian Jessie with Sinusbot by Michael Friese. TeamSpeak 3 SinusBot Homepage: https://frie.se/ts3bot/.
The default UID of the user which is used in the container is 3000. So if you mount a directory from your host you have to set the permission to the user with the UID of 3000.
useradd -u 3000 sinusbot
chown -R sinusbot:sinusbot /data/sinusbot
Or if you dont want to create an user just use
chown -R 3000:3000 /data/sinusbot
docker run --name sinusbot -d -v /data/sinusbot:/sinusbot/data -p 8087:8087 xeronick/sinusbot-beta:latest
If your host uses SELinux it may be necessary to use the :z option:
docker run --name sinusbot -d -v /data/sinusbot:/sinusbot/data:z -p 8087:8087 xeronick/sinusbot-beta:latest
Content type
Image
Digest
Size
191.7 MB
Last updated
almost 8 years ago
docker pull xeronick/sinusbot-beta