Ajout de ROUNDCUBEMAIL_DEFAULT_PORT
This commit is contained in:
parent
2148f0fad2
commit
03ffd2479c
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
# {{ ansible_managed }}
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
roundcubemail:
|
||||
image: roundcube/roundcubemail:{{ docker_roundcube_version }}
|
||||
|
@ -30,6 +28,7 @@ services:
|
|||
- ROUNDCUBEMAIL_DB_PASSWORD={{ docker_roundcube_db_password }}
|
||||
- ROUNDCUBEMAIL_SKIN=elastic
|
||||
- ROUNDCUBEMAIL_DEFAULT_HOST=ssl://{{ docker_roundcube_mail_server }}
|
||||
- ROUNDCUBEMAIL_DEFAULT_PORT=993
|
||||
- ROUNDCUBEMAIL_SMTP_SERVER=tls://{{ docker_roundcube_mail_server }}
|
||||
- ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE={{ docker_roundcube_maxfilesize }}
|
||||
- ROUNDCUBEMAIL_PLUGINS={{ docker_roundcube_plugins }}
|
||||
|
|
Loading…
Reference in a new issue