Skip to content

Commit

Permalink
Update podman.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madscientist16 authored Oct 24, 2024
1 parent d680b06 commit 633df6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/docs/community/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ podman start komga

> These quadlet files were tested with podman version 4.5.3
Create the following quadlet file at `~/.config/containers/systemd`
Create the following quadlet file at `~/.config/containers/systemd` and run `systemctl --user start komga.service` to start the container.

#### komga.container
```
Expand Down Expand Up @@ -72,13 +72,12 @@ 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
Create the following quadlet files at `~/.config/containers/systemd/komga`
Create the following quadlet files at `~/.config/containers/systemd/komga` and run `systemctl start komga-pod.service` to start the pod.

#### komga.pod

Expand Down

0 comments on commit 633df6b

Please sign in to comment.