add initial docker-compose configuration for metube service

This commit is contained in:
forzayt 2026-02-07 17:58:51 +05:30
parent 96e1863a68
commit eb2b71dccf

9
docker-compose.yaml Normal file
View file

@ -0,0 +1,9 @@
services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
ports:
- "8081:8081"
volumes:
- /path/to/downloads:/downloads