I have a zeppelin container running on centos7 and on every couple of days the container and its image is getting deleted automatically, and every time i have to to docker compose up -d.
below are the suspicious tasks before Shutting down the zeppelin
Jan 02 06:02:01 xxxxxxxx systemd[1]: Started Session 107934 of user root.
Jan 02 06:02:01 xxxxxxxx systemd[1]: Started Session 107935 of user worker.
Jan 02 06:02:01 xxxxxxxx CROND[197871]: (root) CMD (find /tmp/. -maxdepth 1 -mmin +10 -type f -delete)
Jan 02 06:02:01 xxxxxxxx CROND[197881]: (worker) CMD (php72 /data/cli/worker/bin/booking.php health all >/dev/null 2>&1)
Jan 02 06:02:06 xxxxxxxx zeppelin[30081]: INFO [2023-01-02 05:02:06,628] ({Thread-23} ZeppelinServer.java[lambda$shutdown$0]:316) - Shutting down Zeppelin Server …