mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 00:16:22 +00:00
add imap port to compose file
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
f6fc395066
commit
7bd9a81f45
@ -359,6 +359,8 @@ services:
|
|||||||
kopano_gateway:
|
kopano_gateway:
|
||||||
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
|
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
|
||||||
container_name: kopano_gateway
|
container_name: kopano_gateway
|
||||||
|
ports:
|
||||||
|
- "143:143"
|
||||||
volumes:
|
volumes:
|
||||||
- kopanossl/:/kopano/ssl
|
- kopanossl/:/kopano/ssl
|
||||||
- kopanosocket/:/run/kopano
|
- kopanosocket/:/run/kopano
|
||||||
|
Loading…
x
Reference in New Issue
Block a user