compose-scheduler icon indicating copy to clipboard operation
compose-scheduler copied to clipboard

Request - Support exec/entrypoint for exited services.

Open chriseaton opened this issue 1 year ago • 1 comments

This project works great for starting up a a service on a schedule, but I noticed that if I specify an exec command - it expects the container to still be running. That's fine - in fact a great feature, but it might be nice if the the service container had exited it spins it back up to run the exec - or alternatively have a way to override the entrypoint of a service on schedule.

chriseaton avatar May 25 '23 23:05 chriseaton