Add more options
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
# Incoming mail (IMAPS)
|
||||||
|
IMAP_HOST=ssl://mail.eternityproject.fi
|
||||||
|
IMAP_PORT=993
|
||||||
|
|
||||||
|
# Outgoing mail (SMTP with STARTTLS)
|
||||||
|
SMTP_HOST=mail.eternityproject.fi
|
||||||
|
SMTP_PORT=587
|
||||||
|
SMTP_AUTH_TYPE=PLAIN
|
||||||
@@ -15,6 +15,7 @@ services:
|
|||||||
ROUNDCUBEMAIL_SMTP_AUTH_TYPE: ${SMTP_AUTH_TYPE:-PLAIN}
|
ROUNDCUBEMAIL_SMTP_AUTH_TYPE: ${SMTP_AUTH_TYPE:-PLAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- roundcube-db:/var/roundcube/db
|
- roundcube-db:/var/roundcube/db
|
||||||
|
- ./var/www:/var/www
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
roundcube-db:
|
roundcube-db:
|
||||||
Reference in New Issue
Block a user