Explain how to use podman-compose with systemd

Anthony Wang 2024-02-25 18:00:49 +00:00
parent f721c1102c
commit 911ec67760

@ -18,4 +18,4 @@ To use Docker images from the Docker Hub with Podman, you need to prepend `docke
### Manage containers with [systemd](User-services)
See [Quadlet](https://wiki.archlinux.org/title/Podman#Quadlet).
See [Quadlet](https://wiki.archlinux.org/title/Podman#Quadlet). For `docker-compose.yml` files, create a systemd service with a `WorkingDirectory=` set to the directory containing your `docker-compose.yml` and `ExecStart=podman-compose up`.