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

@@ -7,6 +7,6 @@ services:
env_file:
- .env
volumes:
- ${DOWNLOADS_DIR:-./downloads}:/downloads
- ${CONFIG_DIR:-./config}:/config
- ${HOST_DOWNLOADS_DIR:-./downloads}:/downloads
- ${HOST_CONFIG_DIR:-./config}:/config
restart: unless-stopped