mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
10 lines
No EOL
210 B
YAML
10 lines
No EOL
210 B
YAML
version: "3"
|
|
services:
|
|
metube:
|
|
image: ghcr.io/alexta69/metube
|
|
container_name: metube
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8081:8081"
|
|
volumes:
|
|
- c:/Users/Roger/Downloads:/downloads |