Skip to content

Commit

Permalink
Add slash to default music volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
kenellorando committed May 8, 2024
1 parent 3ab9bbd commit 4e95877
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 @@ -40,7 +40,7 @@ services:
restart: always
volumes:
- ./config/liquidsoap.liq:/etc/liquidsoap/cadence.liq
- /music:/music
- /music/:/music/
depends_on:
- icecast2
expose:
Expand All @@ -61,7 +61,7 @@ services:
env_file:
- ./config/cadence.env
volumes:
- /music:/music
- /music/:/music/
depends_on:
- icecast2
- liquidsoap
Expand Down

0 comments on commit 4e95877

Please sign in to comment.