Update instruction of run docker container

This commit is contained in:
FullGreaM 2025-10-25 20:02:14 +03:00
parent c146387173
commit 24d6a5cc7c

View File

@ -17,4 +17,4 @@ SHOW_ALL_FORMATS=<Show all formats from video (1, 0 - Only '.mp4', 'm4a')>
6) Build docker container:
`docker build -t ytdlp_node:release .`
7) Up docker container:
`docker run -d --restart unless-stopped --env-file .env ytdlp_node:release`
`docker run --rm -d --name ytdlp_node --restart unless-stopped --env-file .env -v:$(pwd)/cookies.txt:/app/cookies.txt ytdlp_node:release`