chore: add COOKIES_FILE to docker-compose environment

This commit is contained in:
2026-06-28 12:00:53 +03:30
parent b11b5649a5
commit 4af8a95af6
2 changed files with 124 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ services:
- HTTP_PROXY=${HTTP_PROXY}
- HTTPS_PROXY=${HTTPS_PROXY}
- DB_PATH=${DB_PATH}
- COOKIES_FILE=${COOKIES_FILE}
- TZ=${TZ}
volumes:
- uptodown_data:/data