10 lines
227 B
YAML
10 lines
227 B
YAML
services:
|
|
pinchflat:
|
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
|
ports:
|
|
- "8945:8945"
|
|
volumes:
|
|
- "/mnt/all/configs/pinchflat:/config"
|
|
- "/mnt/all/video/yt:/downloads"
|
|
restart: unless-stopped
|