Skip to content

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

License

Notifications You must be signed in to change notification settings

lavacord/Lavalink-Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lavalink-Dockerfile

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published