How to start docker container automatically after server rebooted?

Restart policy should work unless there is an other issue while the system is booting.
You could also conigure the containers as systemd services or use Kubernetes or Docker Swarm to make sure the containers are in the required state.