Create docker-compose.yml

Added sample docker-compose.yml
This commit is contained in:
Andy 2018-12-05 13:26:44 +08:00 committed by GitHub
parent 1f8c2c8fa8
commit 03148d0339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
version: "3.7"
services:
smtp-relay:
build: .
env_file:
- "./sample.env"
expose:
- "25"