diff options
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 |