Skip to content

Commit

Permalink
FIX duplicate container name
Browse files Browse the repository at this point in the history
Signed-off-by: BaxAndrei <[email protected]>
  • Loading branch information
BaxAndrei authored Oct 11, 2023
1 parent a8852e0 commit 76bf229
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 76bf229

Please sign in to comment.