mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-19 23:30:34 +00:00
ytdl
This commit is contained in:
22
apps/media/metube.md
Normal file
22
apps/media/metube.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Metube
|
||||
|
||||
- [Github repo](https://github.com/alexta69/metube)
|
||||
-
|
||||

|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
```yml
|
||||
---
|
||||
version: "3"
|
||||
services:
|
||||
metube:
|
||||
image: alexta69/metube
|
||||
container_name: metube
|
||||
restart: unless-stopped
|
||||
user: "1001:1001"
|
||||
ports:
|
||||
- "8081:8081"
|
||||
volumes:
|
||||
- ./downloads:/downloads
|
||||
```
|
||||
Reference in New Issue
Block a user