fix: simplify cookies mount path
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5018915b10
commit
7e121334ba
|
|
@ -64,7 +64,7 @@ services:
|
|||
- YTDLP_COOKIES_FILE=/app/cookies.txt
|
||||
volumes:
|
||||
- media_data:/data
|
||||
- ${COOKIES_PATH:-./cookies.txt}:/app/cookies.txt:ro
|
||||
- ./cookies.txt:/app/cookies.txt:ro
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Reference in New Issue