18 lines
348 B
YAML
18 lines
348 B
YAML
services:
|
|
pinchflat:
|
|
container_name: pinchflat
|
|
image: ghcr.io/kieraneglin/pinchflat:latest
|
|
environment:
|
|
# Set the timezone to your local timezone
|
|
- TZ=America/New_York
|
|
ports:
|
|
- '1009:8945'
|
|
volumes:
|
|
- pinchflat_data:/config
|
|
- /home/geezo/media/youtube:/downloads
|
|
volumes:
|
|
pinchflat_data:
|
|
|
|
|
|
|
|
|