Skip to content

Commit 1720e3a

Browse files
committed
Use new container version and enable port forwarding
1 parent ce16ad3 commit 1720e3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/compose/files/docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ services:
183183

184184
# Staging: unified postfix + milters (for validation before cutover)
185185
postfix_staging:
186-
image: nesono/postfix_for_postfixadmin:2026-04-04
186+
image: nesono/postfix_for_postfixadmin:2026-04-04.1
187187
container_name: postfix_staging
188188
environment:
189189
MYHOSTNAME: "smtp.nesono.com"
@@ -221,6 +221,7 @@ services:
221221
- spamass_vhome:/vhome/users
222222
- /svc/volumes/acme/certs/mail.nesono.com:/etc/postfix/certs:ro
223223
networks:
224+
- mail_external
224225
- mail_internal
225226
restart: "no"
226227

0 commit comments

Comments
 (0)