fix: fixed issues related to missing wvd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user