podsync
podsync copied to clipboard
Container should shutdown after downloads
Hello.
I am starting the container automatically on a scheduled basis:
podman run -p 5055:8080 --rm -it -v acishare:/app/data/ -e "PODSYNC_CONFIG_PATH=/app/data/config.toml" ghcr.io/mxpv/podsync:latest
Once it has started, I downloads all new episodes.
Can the container automatically shutdown after it finished downloading? I would prefer that compared to a scheduled forced shutdown. Unfortunately I didn't find a corresponding setting.
Kindest regards Manuel