Skip to content

serh007/ts3audiobot-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ts3audiobot-docker

How to build this image

docker build -t ts3audiobot .

How to use this image

For the first time configuration run docker in interactive mode:

docker run -it -v $(pwd)/TS3AudioBot:/opt/TS3AudioBot ts3audiobot

After the initial setup you can run the container in the background:

docker run -d -v $(pwd)/TS3AudioBot:/opt/TS3AudioBot ts3audiobot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.8%
  • Shell 30.2%