fix(handbrake): null is obviously not a correct password.

This commit is contained in:
kjeld Schouten-Lebbing 2021-10-21 21:44:29 +02:00
parent 63466d6807
commit 9f8bf444ae
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ sources:
- https://hub.docker.com/r/jlesage/handbrake/
- https://handbrake.fr/
type: application
version: 8.0.18
version: 8.0.19
annotations:
truecharts.org/catagories: |
- media

View File

@ -42,7 +42,7 @@ env:
DISPLAY_WIDTH: "1280"
DISPLAY_HEIGHT: "768"
SECURE_CONNECTION: "0"
VNC_PASSWORD:
VNC_PASSWORD: ""
# Automated Conversion Preset
AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30"
AUTOMATED_CONVERSION_FORMAT: "mp4"