How to start podman compose containers on system boot?
How to start podman compose containers on system boot?
With docker-compose, containers would start on boot. It was maybe because I had restart: always on.
Is there a way something similar with podman-compose?
I see mentions of creating custom systemd scripts to run podman-compose to start containers, but is there something already baked in podman-compose that I can use?