From e8354c30f2fc3a934a2a941b3bbb9c2449081051 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 3 Feb 2025 01:48:36 +0800 Subject: feat(docker): add pull policy for mail and 2fa. --- templates/docker-compose.yaml.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/docker-compose.yaml.template') diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index 649e58b..6305b56 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -158,6 +158,7 @@ services: roundcubemail: image: roundcube/roundcubemail:latest + pull_policy: always container_name: roundcubemail volumes: - ./data/secret/gnupg:/gnupg @@ -176,6 +177,7 @@ services: 2fauth: image: 2fauth/2fauth + pull_policy: always container_name: 2fauth volumes: - ./data/2fauth:/2fauth -- cgit v1.2.3