mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 04:30:12 -08:00
15 lines
293 B
YAML
15 lines
293 B
YAML
version: "3.3"
|
|
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
|