Lavalink Docker is a project aimed at spawning a Lavalink container without any initial configuration. Users are responsible for creating their own configuration, allowing them to choose between Lavalink 3 or 4 and set up their own application.yml file as needed. Check out the developers at https://github.com/lavalink-devs/Lavalink
Create a Docker network with a specified subnet:
docker network create --subnet=10.55.55.0/24 LavalinkNet
Run the Lavalink container with the following command (remember to change IP and Docker Net):
docker run -v /host/mount/point:/app --net YourDockerNetwork --ip 10.55.55.2 -it -p 2333:2333 --name LavalinkNet glennigen/lavalink:latest-alpine
Mount your host directory to /app in the container to provide your own application.yml. Configure your Lavalink server as needed by editing the application.yml file.
Content type
Image
Digest
sha256:5fbd5719c…
Size
159.8 MB
Last updated
almost 2 years ago
docker pull glennigen/lavalink:latest-alpine