Skip to content

mewwme/lavalink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lavalink-Docker

Contains the base files I use for setting up lavalink on a vps using docker.

Examples of commands ran to build and run docker container.

# This would be to build the lavalink image for docker.
docker build -t lavalink .

# This is to run the lavalink image also binding port 2333 to the server's port 2333. also detaching the container.
docker run --name=lavalink -d -p 2333:2333 lavalink

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published