Fix docker-compose example

This commit is contained in:
Glenn Y. Rolland 2018-11-22 17:04:30 +01:00
parent 50696b700d
commit 1c835e1ae7

View file

@ -1,7 +1,9 @@
version: '3'
services:
trello2mail:
build: .
build:
context: .
dockerfile: docker/Dockerfile
environment:
EMAIL_FROM: no-reply@example.com
EMAIL_TO: me@example.com