add initial docker-compose configuration for metube service
This commit is contained in:
parent
96e1863a68
commit
eb2b71dccf
1 changed files with 9 additions and 0 deletions
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal 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
|
||||
Loading…
Reference in a new issue