Adjust the Docker service to launch on boot using sudo systemctl enable docker. Update your docker-compose.yml by adding restart: always to the services section.
Adjust the Docker service to launch on boot using sudo systemctl enable docker. Update your docker-compose.yml by adding restart: always to the services section.