mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
Updating README.md
This commit is contained in:
@@ -195,11 +195,11 @@ Available variables:
|
||||
|
||||
To configure SugarCMR to send email using SMTP you can set the following environment variables:
|
||||
|
||||
- `SMTP_HOST`: SMTP host.
|
||||
- `SMTP_PORT`: SMTP port.
|
||||
- `SMTP_USER`: SMTP account user.
|
||||
- `SMTP_PASSWORD`: SMTP account password.
|
||||
- `SMTP_PROTOCOL`: SMTP protocol to use.
|
||||
- `SUITECRM_SMTP_HOST`: SugarCRM SMTP host.
|
||||
- `SUITECRM_SMTP_PORT`: SugarCRM SMTP port.
|
||||
- `SUITECRM_SMTP_USER`: SugarCRM SMTP account user.
|
||||
- `SUITECRM_SMTP_PASSWORD`: SugarCRM SMTP account password.
|
||||
- `SUITECRM_SMTP_PROTOCOL`: SugarCRM SMTP protocol to use.
|
||||
|
||||
This would be an example of SMTP configuration using a Gmail account:
|
||||
|
||||
@@ -211,18 +211,19 @@ This would be an example of SMTP configuration using a Gmail account:
|
||||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
- SMTP_HOST=smtp.gmail.com
|
||||
- SMTP_USER=your_email@gmail.com
|
||||
- SMTP_PASSWORD=your_password
|
||||
- SMTP_PROTOCOL=TLS
|
||||
- SMTP_PORT=587
|
||||
- SUITECRM_SMTP_HOST=smtp.gmail.com
|
||||
- SUITECRM_SMTP_USER=your_email@gmail.com
|
||||
- SUITECRM_SMTP_PASSWORD=your_password
|
||||
- SUITECRM_SMTP_PROTOCOL=TLS
|
||||
- SUITECRM_SMTP_PORT=587
|
||||
```
|
||||
|
||||
* For manual execution:
|
||||
|
||||
```
|
||||
$ docker run -d -e SMTP_HOST=smtp.gmail.com -e SMTP_PROTOCOL=TLS -e SMTP_PORT=587 -e SMTP_USER=your_email@gmail.com -e SMTP_P\
|
||||
ASSWORD=your_password -p 80:80 --name suitecrm -v /your/local/path/bitnami/suitecrm:/bitnami/suitecrm bitnami/suitecrm
|
||||
$ docker run -d -e SUITECRM_SMTP_HOST=smtp.gmail.com -e SUITECRM_SMTP_PROTOCOL=TLS -e SUITECRM_SMTP_PORT=587 -e SUITECRM_S\
|
||||
MTP_USER=your_email@gmail.com -e SUITECRM_SMTP_PASSWORD=your_password -p 80:80 --name suitecrm -v /your/local/path/bitnami/\
|
||||
suitecrm:/bitnami/suitecrm bitnami/suitecrm
|
||||
```
|
||||
|
||||
# Backing up your application
|
||||
|
||||
Reference in New Issue
Block a user