This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
nextcloud/compose.mailrelay.yml

16 lines
208 B
YAML
Raw Normal View History

2020-09-28 20:31:13 +00:00
version: "3.8"
services:
app:
environment:
- SMTP_HOST
- MAIL_FROM_ADDRESS
- MAIL_DOMAIN
- SMTP_AUTHTYPE=PLAIN
networks:
- mail
networks:
mail:
external: true