mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
16d2738356
- Add Docker + Docker Compose with cron job - Clean, update README.md
11 lines
297 B
YAML
11 lines
297 B
YAML
version: "3.9"
|
|
services:
|
|
plex_prerolls:
|
|
image: nwithan8/plex_prerolls:latest
|
|
volumes:
|
|
- /path/to/config:/config
|
|
- /path/to/logs:/logs
|
|
environment:
|
|
CRON_SCHEDULE: "0 0 * * *" # Run every day at midnight, see https://crontab.guru/ for help
|
|
TZ: America/New_York
|