mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-14 19:47:14 +08:00
10 lines
139 B
YAML
10 lines
139 B
YAML
|
version: "3.7"
|
||
|
services:
|
||
|
smtp-relay:
|
||
|
build: ../..
|
||
|
restart: always
|
||
|
env_file:
|
||
|
- "./sample.env"
|
||
|
expose:
|
||
|
- "587"
|