SelfHosting/Metube/compose.yml
2025-09-02 02:16:57 +02:00

12 lines
270 B
YAML

services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
ports:
- "8083:8081"
volumes:
- /home/criz/Medias/metube:/downloads
labels:
tsdproxy.enable: "true"
tsdproxy.name: "ytb-dl"