summaryrefslogtreecommitdiff
path: root/metube-README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-24 16:15:15 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-24 16:15:15 -0400
commitcfdb0e3a1541e2bf73aa742b9cdbc6606e629178 (patch)
tree6030fb0a90d6ba29b4c57ee5f8a360768c481b71 /metube-README.md
parentinitial commit (diff)
downloadmetube-internal-cfdb0e3a1541e2bf73aa742b9cdbc6606e629178.tar.gz
metube-internal-cfdb0e3a1541e2bf73aa742b9cdbc6606e629178.tar.bz2
metube-internal-cfdb0e3a1541e2bf73aa742b9cdbc6606e629178.zip
update yaml to current desired configHEADmaster
Diffstat (limited to 'metube-README.md')
-rw-r--r--metube-README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/metube-README.md b/metube-README.md
index 59a6bbe..2e00334 100644
--- a/metube-README.md
+++ b/metube-README.md
@@ -100,6 +100,11 @@ To provide a simple way to add Internet videos into the local Jellyfin instance
## Using and Operations
Tasks that will probably repeat.
+Update metube image, mostly for the latest yt-dlp version:
+
+ docker pull alexta69/metube:latest
+ cd ~/metube/git ; docker-compose down ; docker-compose up -d
+
### Visiting
Visit the main page via one of these following links. The main page is where you can add new videos by url and view current and completed downloads:
bgstack15