initial
This commit is contained in:
parent
5646c112f8
commit
e566c819fa
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user