Fix bad path in docker-compose

Closes #5
This commit is contained in:
Nate Harris 2024-08-04 22:12:19 -06:00 committed by GitHub
parent 9941831407
commit c56d5b55e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ services:
plex_prerolls:
image: nwithan8/plex_prerolls:latest
volumes:
- /path/to/config:/
- /path/to/config:/config
- /path/to/logs:/logs
environment:
CRON_SCHEDULE: "0 0 * * *" # Run every day at midnight, see https://crontab.guru/ for help