Files
homelab-optimized/hosts/vms/bulgaria-vm/metube.yml
Gitea Mirror Bot 19342b60e2
Some checks failed
Documentation / Deploy to GitHub Pages (push) Has been cancelled
Documentation / Build Docusaurus (push) Has been cancelled
Sanitized mirror from private repository - 2026-03-23 11:46:03 UTC
2026-03-23 11:46:03 +00:00

15 lines
259 B
YAML

# 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