Skip to content

Commit

Permalink
Merge pull request #772 from infnibor/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
appujet authored Dec 23, 2024
2 parents 1e0ee13 + de0d5ea commit ad783e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ services:

volumes:
# mount .env from the same directory or use environment variables
- .env:/opt/lavamusic/.env
- ${PWD}/.env:/opt/lavamusic/.env
- ./locales:/opt/lavamusic/locales
restart: on-failure
depends_on:
lavalink:
condition: service_healthy
networks:
- lavalink
networks:
lavalink:
name: lavalink
name: lavalink

0 comments on commit ad783e2

Please sign in to comment.