change
This commit is contained in:
@@ -9,10 +9,12 @@ services:
|
||||
- "110:110" # POP3
|
||||
- "995:995" # POP3S (SSL/TLS)
|
||||
volumes:
|
||||
- ./config/doveconf24.conf:/etc/dovecot/dovecot.conf # Pfad zur Konfig
|
||||
- ./config/dovecot24.conf:/etc/dovecot/dovecot.conf # Pfad zur Konfig
|
||||
- ./ssl:/etc/dovecot/ssl
|
||||
- ./mail:/var/mail
|
||||
- ./log:/var/log
|
||||
environment:
|
||||
- USER_PASSWORD : 'SUPERSECRET'
|
||||
command: ["dovecot", "-F"] # Foreground mit eigener Konfig
|
||||
networks:
|
||||
- mail_network
|
||||
|
||||
Reference in New Issue
Block a user