From 911ec6776011ead7e8aadbb9d860c38927bfffb3 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 25 Feb 2024 18:00:49 +0000 Subject: [PATCH] Explain how to use podman-compose with systemd --- Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers.md b/Containers.md index 186bcbf..d7d8726 100644 --- a/Containers.md +++ b/Containers.md @@ -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). \ No newline at end of file +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`. \ No newline at end of file