Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
- Possible fix and closed #767

Signed-off-by: Nibor <[email protected]>
  • Loading branch information
infnibor authored Dec 23, 2024
1 parent 1e0ee13 commit bbf95a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ 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:
name: lavalink
name: lavalink

0 comments on commit bbf95a1

Please sign in to comment.