From d71d26a4f11678ede9bab7a28737dcd78e2c6274 Mon Sep 17 00:00:00 2001 From: Jayden <5250189+lukyjay@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:58:05 +0800 Subject: [PATCH] Update README.md to remove interactive flag Remove the -it flag from the docker exec command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d808b..db9933c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Mount the `/youtube` folder from Tube Archivist also in this container at `/yout ### Manual trigger For an initial import or for other irregular occasions, trigger the library scan from outside the container, e.g.: ```bash -docker exec -it tubearchivist-jf python main.py +docker exec tubearchivist-jf python main.py ``` ### Auto trigger