From a9014132bebb40067a4ce329b9ff9b7ab65fc76c Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 29 Jul 2024 12:00:52 +0200 Subject: [PATCH] Add suggestion from comment Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> --- demo-setups/fetchmail-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-setups/fetchmail-compose.yaml b/demo-setups/fetchmail-compose.yaml index 809612ff..d8632228 100644 --- a/demo-setups/fetchmail-compose.yaml +++ b/demo-setups/fetchmail-compose.yaml @@ -18,7 +18,7 @@ services: #ports: # - "465:465" # ESMTP (implicit TLS) # - "993:993" # IMAP4 (implicit TLS) - # You'd normally use volumes here, for simplicity of the example, all config is contained within `compose.yaml`: + # You'd normally use `volumes` here but for simplicity of the example, all config is contained within `compose.yaml`: configs: - source: dms-accounts-fetch target: /tmp/docker-mailserver/postfix-accounts.cf