diff --git a/mail.pod.yaml b/mail.pod.yaml index 0993768..decd124 100644 --- a/mail.pod.yaml +++ b/mail.pod.yaml @@ -122,7 +122,7 @@ metadata: spec: containers: - name: postfix - image: alpine/postfix + image: docker.io/mailcow/postfix ports: - containerPort: 25 hostPort: 2525 @@ -136,7 +136,7 @@ spec: args: ["/usr/sbin/postfix start-fg >>/dev/stdout 2>>/dev/stderr & tail -f /dev/null"] - name: dovecot - image: alpine/dovecot + image: docker.io/dovecot/dovecot ports: - containerPort: 143 hostPort: 14343 @@ -157,3 +157,4 @@ spec: - name: mail-storage-pvc persistentVolumeClaim: claimName: mail-storage +