Docker-compose on boot
Often it may be useful for a docker-compose file to be executed on boot, for
example when you do not want to set restart: always. Here is a brief and easy
way to achieve this through systemd.
Create a systemd unit file with .service extension in /etc/systemd/system, for