feat: Added youtube-downloader
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
services:
|
||||
metube:
|
||||
image: alexta69/metube
|
||||
container_name: metube
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8081:8081
|
||||
volumes:
|
||||
- /downloads:/downloads
|
||||
Reference in New Issue
Block a user