mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
fix(yt): cookies
This commit is contained in:
@@ -7,9 +7,9 @@ services:
|
||||
BINARY_NAME: tg-relay-rs
|
||||
environment:
|
||||
TELOXIDE_TOKEN: ${TELOXIDE_TOKEN}
|
||||
COOKIES_PATH: ${COOKIES_PATH:-/app/yt-cookies.txt}
|
||||
COOKIES_PATH: /app/yt-cookies.txt
|
||||
RUST_LOG: ${RUST_LOG:-info}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./comments.txt:/app/comments.txt:ro
|
||||
- /etc/secrets/yt-cookies.txt:/app/yt-cookies.txt
|
||||
- /etc/secrets/yt-cookies.txt:/app/yt-cookies.txt:rw
|
||||
|
||||
Reference in New Issue
Block a user