1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00

Expose managesieve publicly, related to #113

This commit is contained in:
Pierre Jaury 2016-11-12 15:49:58 +01:00
parent 373998ea99
commit 799457f0df

View File

@ -27,6 +27,7 @@ services:
ports:
- "$BIND_ADDRESS:143:143"
- "$BIND_ADDRESS:993:993"
- "$BIND_ADDRESS:4190:4190"
volumes:
- "$ROOT/data:/data"
- "$ROOT/mail:/mail"