diff options
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml index b17e42e..539ee3f 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,8 @@ services: smtp: image: git.joeac.net/joeac/joeac.net-smtp build: - context: smtp + context: . + dockerfile: smtp.Dockerfile args: LOCAL_SMTP_PORT: 2500 env_file: |
