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 2d6a241 commit 159b817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/community/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ podman create \
--mount type=bind,source=/path/to/data,target=/data \
docker.io/gotson/komga:latest
```
Run the container:
Start the container:
```
podman start komga
```
Expand Down Expand Up @@ -145,7 +145,7 @@ Volume=%h/path/to/config:/config
## Environment Variables
Environment="KOMF_KOMGA_BASE_URI=http://localhost:25600"
Environment="KOMF_KOMGA_USER=admin@kethi.xyz"
Environment="KOMF_KOMGA_USER=admin@example.com"
Environment="JAVA_TOOL_OPTIONS=-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact -XX:ShenandoahGuaranteedGCInterval=3600000 -XX:TrimNativeHeapInterval=3600000"
Secret=komga_password,type=env,target=KOMF_KOMGA_PASSWORD
Expand Down Expand Up @@ -199,8 +199,8 @@ Below are the instructions for updating containers:
### Automatic updates

- Follow the above instructions to configure `podman auto-update`
- Enable the systemd timer for `podman auto-update`: `systemctl enable podman-auto-update.timer`
- By default the timer will update the containers daily at midnight. You can customize the timer by running `systemctl edit podman-auto-update.timer`.
- Enable the systemd timer: `systemctl enable podman-auto-update.timer`
- By default the timer will update the containers daily at midnight. You can customize the timer by running `systemctl edit podman-auto-update.timer`
- See [this page](https://man.archlinux.org/man/core/systemd/systemd.timer.5.en) for more info about systemd timers.

Example systemd timer override for weekly updates:
Expand Down

0 comments on commit 159b817

Please sign in to comment.