mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 14:37:45 +08:00
Create docker-compose.yml
Added sample docker-compose.yml
This commit is contained in:
parent
1f8c2c8fa8
commit
03148d0339
1 changed files with 8 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
smtp-relay:
|
||||
build: .
|
||||
env_file:
|
||||
- "./sample.env"
|
||||
expose:
|
||||
- "25"
|
Loading…
Add table
Reference in a new issue