mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 11:24:00 +02:00
Fix my typos. Closes #4
This commit is contained in:
parent
b08249e31e
commit
538a8c8bfc
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ services:
|
|||
# and have Nginx proxy to port 3000, see Wekan wiki.
|
||||
environment:
|
||||
- MONGO_URL=mongodb://wekandb:27017/wekan
|
||||
- ROOT_URL='http://example.com'
|
||||
- MAIL_URL='smtp://user:pass@mailserver.example.com:25/'
|
||||
- ROOT_URL=http://example.com
|
||||
- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
|
||||
- MAIL_FROM='Example Wekan Support <support@example.com>'
|
||||
depends_on:
|
||||
- wekandb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue