We can add restart: always to services that we need to restart on system start up. Also make sure to enable the docker service:
sudo systemctl enable dockerWe can add restart: always to services that we need to restart on system start up. Also make sure to enable the docker service:
sudo systemctl enable docker