aboutsummaryrefslogtreecommitdiff
path: root/templates/docker-compose.yaml.template
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-03 01:48:36 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-03 01:48:36 +0800
commite8354c30f2fc3a934a2a941b3bbb9c2449081051 (patch)
tree0783d95b05cea1be229614e5395f1dc868ff3c72 /templates/docker-compose.yaml.template
parenta18e3e6c1cad47ac6c1ca3fe028592b9f63acd58 (diff)
downloadcrupest-e8354c30f2fc3a934a2a941b3bbb9c2449081051.tar.gz
crupest-e8354c30f2fc3a934a2a941b3bbb9c2449081051.tar.bz2
crupest-e8354c30f2fc3a934a2a941b3bbb9c2449081051.zip
feat(docker): add pull policy for mail and 2fa.
Diffstat (limited to 'templates/docker-compose.yaml.template')
-rw-r--r--templates/docker-compose.yaml.template2
1 files changed, 2 insertions, 0 deletions
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