diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-08-26 14:39:01 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-08-26 14:39:01 +0300 |
| commit | 57bd91fa87b76f73c9ece8cb69d6c16920571cb3 (patch) | |
| tree | 0143b2a4da6ad3271012e91844f153058b1cf2d3 | |
| parent | c7598aa23c5cfbacbb167862032694c136fd598f (diff) | |
Add PodmanPull=always to ensure newest latest image is used
| -rw-r--r-- | veetibot.container | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/veetibot.container b/veetibot.container index c9307c3..e426c4e 100644 --- a/veetibot.container +++ b/veetibot.container @@ -8,6 +8,7 @@ RuntimeMaxSec=1d [Container] Image=veetibot.build Exec=npm start +PodmanPull=always Volume=/home/slack-veetibot/veetibot/.env:/veetibot/.env:ro Volume=/home/slack-veetibot/veetibot/IG_CREDS:/veetibot/IG_CREDS:ro Volume=/home/slack-veetibot/.config/chromium:/home/veetibot/.config/chromium:ro,U |
