mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-09 16:07:40 +08:00
8 lines
114 B
YAML
8 lines
114 B
YAML
version: "3.7"
|
|
services:
|
|
smtp-relay:
|
|
build: .
|
|
env_file:
|
|
- "./sample.env"
|
|
expose:
|
|
- "25"
|