Sanitized mirror from private repository - 2026-04-18 10:57:41 UTC
This commit is contained in:
14
hosts/vms/bulgaria-vm/metube.yml
Normal file
14
hosts/vms/bulgaria-vm/metube.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# MeTube - YouTube downloader
|
||||
# Port: 8081
|
||||
# Web GUI for yt-dlp
|
||||
|
||||
version: "3"
|
||||
services:
|
||||
metube:
|
||||
image: alexta69/metube
|
||||
container_name: metube
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8871:8081"
|
||||
volumes:
|
||||
- /root/docker/yt:/downloads
|
||||
Reference in New Issue
Block a user