Note
This repo has been deprecated, please use the official docker image
Docker images for the lavalink server.
version: "3.8"
services:
lavalink:
image: ghcr.io/forkprince/lavalink:4.0.4
container_name: lavalink
restart: unless-stopped
environment:
- JAVA_OPTIONS=-Xmx2G
volumes:
- /lavalink/application.yml:/app/application.yml
ports:
- 2333:2333