mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
14 lines
292 B
YAML
14 lines
292 B
YAML
services:
|
|
pinchflat:
|
|
environment:
|
|
- TZ=America/New_York
|
|
ports:
|
|
- 8945:8945
|
|
volumes:
|
|
- ./config:/config
|
|
- /mnt/share/media/youtube:/downloads
|
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
|
restart: unless-stopped
|
|
labels:
|
|
- diun.enable=true
|