diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-03 01:48:36 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-03 01:48:36 +0800 |
commit | e8354c30f2fc3a934a2a941b3bbb9c2449081051 (patch) | |
tree | 0783d95b05cea1be229614e5395f1dc868ff3c72 /templates/docker-compose.yaml.template | |
parent | a18e3e6c1cad47ac6c1ca3fe028592b9f63acd58 (diff) | |
download | crupest-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.template | 2 |
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 |