From 2d6a241e4d3ea511f8b76f15df535b1358fe11cb Mon Sep 17 00:00:00 2001 From: Mad Scientist <67949699+madscientist16@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:51:33 +0500 Subject: [PATCH] Update podman.md --- website/docs/community/podman.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/docs/community/podman.md b/website/docs/community/podman.md index 5c40cc1c..aafea0b0 100644 --- a/website/docs/community/podman.md +++ b/website/docs/community/podman.md @@ -35,16 +35,16 @@ Run the container: ``` podman start komga ``` -### podman quadlet files +### podman quadlet file > These quadlet files were tested with podman version 4.5.3 -Create the following podman quadlet file at `~/.config/containers/systemd`. +Create the following quadlet file at `~/.config/containers/systemd` #### komga.container ``` [Unit] -Description=A media server for your comics, mangas, BDs, magazines and eBooks +Description=Media server for comics/mangas/BDs/magazines/eBooks with API, OPDS and Kobo Sync support [Container] ## General @@ -72,12 +72,13 @@ TimeoutStartSec=900 # Start komga on boot WantedBy=multi-user.target default.target ``` +Start the container: `systemctl --user start komga.service` ### podman quadlet files for using komf > These quadlet files were tested with podman version 4.5.3 -If you wanted to run komf alongside komga I would recommend running them both of them in a pod. Create the following Quadlet files in `~/.config/containers/systemd/komga` +Create the following quadlet files at `~/.config/containers/systemd/komga` #### komga.pod @@ -154,6 +155,7 @@ SuccessExitStatus=0 143 # Extend Timeout to allow time to pull the image TimeoutStartSec=900 ``` +Start the pod: `systemctl --user start komga-pod.service` ## Parameters