mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
17 lines
400 B
YAML
17 lines
400 B
YAML
services:
|
|
metube:
|
|
image: ghcr.io/alexta69/metube:latest
|
|
container_name: metube
|
|
environment:
|
|
- UID=1000
|
|
- GID=1000
|
|
- TZ=America/New_York
|
|
- 'YTDL_OPTIONS={"writesubtitles": "true"}'
|
|
- OUTPUT_TEMPLATE=%(timestamp>%Y-%m-%d-%H-%M-%S)S
|
|
restart: unless-stopped
|
|
ports:
|
|
- 7081:8081
|
|
volumes:
|
|
- /mnt/share/media/metube:/downloads
|
|
networks: {}
|