roundcube: Always pull new images before startup

This commit is contained in:
Timo Makinen 2023-05-09 19:39:17 +00:00
parent 35f5ee691d
commit a4564de0fa

View file

@ -6,6 +6,7 @@ After=network-online.target
[Service]
User=roundcube
EnvironmentFile=/etc/sysconfig/roundcube-container
ExecStartPre=/usr/bin/podman pull docker.io/roundcube/roundcubemail:{{ roundcube_version }}-apache
ExecStart=/usr/bin/podman run \
--rm -p 127.0.0.1:8004:80 \
--name roundcube \