docker-webmail/docker-compose.yaml
2021-10-08 16:33:45 +02:00

18 lines
365 B
YAML

version: '3'
services:
webmail:
image: roundcube/roundcubemail
environment:
ROUNDCUBEMAIL_DEFAULT_HOST: tls://mail.xfx1.de
ROUNDCUBEMAIL_SMTP_SERVER: tls://mail.xfx1.de
ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE: 10M
logging:
driver: journald
options:
tag: webmail
ports:
- 8098:80
restart: unless-stopped