Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Add instructions to enable auto-update (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuommaki authored Jan 25, 2024
1 parent 650f9c8 commit aabe8c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,19 @@ Ulimit=memlock=-1:-1
# Mount host directory for Gevulot files.
Volume=/var/lib/gevulot:/var/lib/gevulot:z
```

## Auto-update

In order to receive automatic updates for Gevulot node, enable `podman-auto-update` timer:
```
sudo systemctl enable podman-auto-update.timer
```

This will update the container registry every night.

## Manual update

To manually update containers at will, run following:
```
sudo systemctl start podman-auto-update
```

0 comments on commit aabe8c1

Please sign in to comment.