Files
nixos/compose/pinchflat.yaml
T

10 lines
227 B
YAML
Raw Normal View History

2025-10-16 17:23:21 -05:00
services:
pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest
ports:
- "8945:8945"
volumes:
- "/mnt/all/configs/pinchflat:/config"
- "/mnt/all/video/yt:/downloads"
2025-11-23 01:11:13 -06:00
restart: unless-stopped