Update docker-compose.yaml
updated smtp configuration
This commit is contained in:
+3
-3
@@ -23,12 +23,12 @@ services:
|
||||
- DOMAIN=https://vault.speerfam.net
|
||||
# - ADMIN_TOKEN=aXTrkbTvFALmcMj98937LTrQ3CCPht
|
||||
- SHOW_PASSWORD_HINT=true
|
||||
- SMTP_HOST=smtp.sendgrid.net
|
||||
- SMTP_HOST=mail.smtp2go.com
|
||||
- SMTP_FROM=vault@speerfam.net
|
||||
- SMTP_PORT=587
|
||||
- SMTP_SECURITY=starttls
|
||||
- SMTP_USERNAME=apikey
|
||||
- SMTP_PASSWORD=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
|
||||
- SMTP_USERNAME=vault.speerfam
|
||||
- SMTP_PASSWORD=wsL27oYEvfB7fa2T
|
||||
- SMTP_AUTH_MECHANISM="Login"
|
||||
volumes:
|
||||
- /srv/docker/vaultwarden/data:/data
|
||||
|
||||
Reference in New Issue
Block a user