Add pop3 and pop3 support to the dovecot container, related to #114
This commit is contained in:
@@ -25,8 +25,10 @@ services:
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
- "$BIND_ADDRESS:110:110"
|
||||
- "$BIND_ADDRESS:143:143"
|
||||
- "$BIND_ADDRESS:993:993"
|
||||
- "$BIND_ADDRESS:995:995"
|
||||
- "$BIND_ADDRESS:4190:4190"
|
||||
volumes:
|
||||
- "$ROOT/data:/data"
|
||||
|
||||
Reference in New Issue
Block a user