Restart of zipline container by countdown service

@Brian, I try to avoid the issue with zipline KeyError and schedule automatic daily restart of zipline container. Is it possible to accomplish this task through countdown service? Simple launch of docker-compose doesn't work, probably because it's run inside the container.

Unfortunately that can't be done from inside the container. You would have to schedule it from the host OS (using cron on Linux or Task Scheduler on Windows).