update compose with FLAC2CUSTOM_ARGS
This commit is contained in:
parent
f4e14b1a72
commit
977530ec70
|
@ -5,9 +5,11 @@ services:
|
||||||
image: lidarr-on-steroids
|
image: lidarr-on-steroids
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
environment:
|
||||||
|
- FLAC2CUSTOM_ARGS=-a "-vn -c:a libopus -b:a 64k" -e .opus -r '\.mp3$$'
|
||||||
ports:
|
ports:
|
||||||
- "8686:8686"
|
- "8686:8686" # Lidarr web UI
|
||||||
- "6595:6595"
|
- "6595:6595" # Deemix web UI
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- ./config_deemix:/config_deemix
|
- ./config_deemix:/config_deemix
|
||||||
|
|
Loading…
Reference in New Issue