17 lines
273 B
YAML
17 lines
273 B
YAML
services:
|
|
postfix:
|
|
container_name: postfix
|
|
image: luotianyi/postfix-relay:latest
|
|
hostname: postfix
|
|
restart: unless-stopped
|
|
networks:
|
|
- postfix
|
|
build:
|
|
context: .
|
|
env_file:
|
|
- docker.env
|
|
|
|
networks:
|
|
postfix:
|
|
external: true
|