Update instruction of run docker container
This commit is contained in:
parent
c146387173
commit
24d6a5cc7c
@ -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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user