Skip to content

Commit

Permalink
Merge pull request #481 from BaxAndrei/patch-1
Browse files Browse the repository at this point in the history
FIX duplicate container name
  • Loading branch information
appujet authored Oct 12, 2023
2 parents a8852e0 + 76bf229 commit 447e027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- ./plugins/:/opt/Lavalink/plugins/ # persist plugins between restarts, make sure to set the correct permissions (user: 322, group: 322)
restart: on-failure
lavamusic:
container_name: lavamusic-lavalink
container_name: lavamusic
image: ghcr.io/brblacky/lavamusic:main
environment:
TOKEN: "your bot token" # Your bot token
Expand Down

0 comments on commit 447e027

Please sign in to comment.