Fix docker-compose example
This commit is contained in:
parent
50696b700d
commit
1c835e1ae7
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
trello2mail:
|
trello2mail:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: docker/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
EMAIL_FROM: no-reply@example.com
|
EMAIL_FROM: no-reply@example.com
|
||||||
EMAIL_TO: me@example.com
|
EMAIL_TO: me@example.com
|
||||||
|
|
Loading…
Reference in a new issue