new test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
dovecot:
|
||||
image: dovecot/dovecot:latest
|
||||
image: dovecot/dovecot:2.3.21.1
|
||||
container_name: dovecot
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -8,12 +8,11 @@ services:
|
||||
- "993:993" # IMAPS (IMAP über SSL)
|
||||
volumes:
|
||||
- ./config/dovecot:/etc/dovecot
|
||||
- ./config/dovecot/users:/etc/dovecot/users:ro
|
||||
- ./data/mail:/var/mail
|
||||
- ./logs:/var/log
|
||||
# Bei Bedarf: Zugriff auf Caddy-Zertifikate
|
||||
# - /pfad/zu/caddy/certs:/etc/dovecot/ssl:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
networks:
|
||||
- mail_network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user