mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
10 lines
219 B
YAML
10 lines
219 B
YAML
version: "3"
|
|
services:
|
|
metube:
|
|
image: notataco/metube:latest
|
|
container_name: metube-notataco
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8081:8081"
|
|
volumes:
|
|
- C:/Users/ilike/Downloads:/downloads
|