RSPAMD Port only localhost

This commit is contained in:
Andreas Knuth 2026-01-29 17:16:07 -06:00
parent 8dfb5d2aa6
commit 4687b8e582
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ services:
- "993:993" # IMAP SSL - "993:993" # IMAP SSL
- "110:110" # POP3 - "110:110" # POP3
- "995:995" # POP3 SSL - "995:995" # POP3 SSL
- "127.0.0.1:11334:11334" # Bindet nur an Localhost!
volumes: volumes:
- ./docker-data/dms/mail-data/:/var/mail/ - ./docker-data/dms/mail-data/:/var/mail/
- ./docker-data/dms/mail-state/:/var/mail-state/ - ./docker-data/dms/mail-state/:/var/mail-state/