Added env file to docker-compose.yml

master
Keith Irwin 2021-11-24 14:05:11 -07:00
parent e700ada009
commit a492f8f12c
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@ services:
build: .
restart: unless-stopped
container_name: mailapi
env_file:
- .env
ports:
- "8080:8080/tcp"