mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 07:50:11 -08:00
14 lines
278 B
YAML
14 lines
278 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
|
|
networks:
|
|
cloudflare_default:
|
|
external: true
|