update compose with FLAC2CUSTOM_ARGS

This commit is contained in:
Youe Graillot 2022-07-16 17:20:01 +02:00
parent f4e14b1a72
commit 977530ec70
1 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,11 @@ services:
image: lidarr-on-steroids
build:
context: .
environment:
- FLAC2CUSTOM_ARGS=-a "-vn -c:a libopus -b:a 64k" -e .opus -r '\.mp3$$'
ports:
- "8686:8686"
- "6595:6595"
- "8686:8686" # Lidarr web UI
- "6595:6595" # Deemix web UI
volumes:
- ./config:/config
- ./config_deemix:/config_deemix