16 lines
266 B
YAML
16 lines
266 B
YAML
version: '3'
|
|
services:
|
|
postfix:
|
|
image: postfix:latest
|
|
container_name: postfix
|
|
restart: always
|
|
networks:
|
|
- kopano
|
|
volumes:
|
|
- ~/kopano/postfix/etc:/etc/postfix
|
|
- spool:/var/spool/postfix
|
|
networks:
|
|
- kopano
|
|
volumes:
|
|
- spool:
|