tinymediamanager-docker
tinymediamanager-docker copied to clipboard
Quit the application
Is there a way to quit the application without shutdown the container?
My use case is:
- the container will be running 24/7, and the application is up by default
- in my automation:
docker exec -it tinymediamanager [quit_application.sh] && /config/tinyMediaManagerCMD.sh -updateMovies -scrapeNew && [start_application.sh]
Thanks.