Skip to content

Commit

Permalink
chore(docker-compose.yml): add volume mapping for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed May 13, 2024
1 parent 9ed3811 commit a00d843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
image: fredboat/lavalink:latest
volumes:
- "./configs/application.yml:/opt/Lavalink/application.yml"
- "./plugins/:/opt/Lavalink/plugins/"
hostname: lavalink
networks:
- lava
Expand Down

0 comments on commit a00d843

Please sign in to comment.