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 | 0f5f718097aa77474f66139502b1e6f643ee74e2 (patch) | |
| tree | 0783d95b05cea1be229614e5395f1dc868ff3c72 /templates/docker-compose.yaml.template | |
| parent | 6ac9e43a33617e3c579e6a41a3a5dbc08ef47456 (diff) | |
| download | crupest-0f5f718097aa77474f66139502b1e6f643ee74e2.tar.gz crupest-0f5f718097aa77474f66139502b1e6f643ee74e2.tar.bz2 crupest-0f5f718097aa77474f66139502b1e6f643ee74e2.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 | 
