fix: fixed issues related to missing wvd

This commit is contained in:
2026-03-07 22:32:34 +01:00
parent fc83bab9f7
commit 45c0c177eb
7 changed files with 119 additions and 36 deletions

View File

@@ -4,6 +4,6 @@ PASSWORD=
# Host port to expose the app on.
PORT=5000
# Host paths for persistent data.
DOWNLOADS_DIR=./downloads
CONFIG_DIR=./config
# Host paths for persistent data (used by docker-compose volumes only).
HOST_DOWNLOADS_DIR=./downloads
HOST_CONFIG_DIR=./config