Starting on boot - SeaTable Developer Edition with Docker

Hi,

Can anyone advise if possible and how to start SeaTable on boot/reboot. I have SeaTable Developer Edition with Docker installed on RedHat/CentOS.

I have tried a few methods using cron jobs, which work if I manually run them, but they do not work on boot. I suspect this may be a timing issue.

Any help greatly appreciated.

Hello Nicholas, I would recommend looking at docker’s restart policy documentation, or, if you use docker-compose, use docker-compose up -d: when started in demon mode, the docker servce will restore the running states of containers on boot or restart.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.