1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 05:42:54 +00:00

add some more documentation about used ports (#161)

also add more ports to docker-compose.yml

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-05-22 12:03:56 +02:00
committed by GitHub
parent 394a6de790
commit e4b391be4f
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -368,6 +368,7 @@ services:
depends_on:
- kopano_server
ports:
- "${POP3PORT:-110}:110"
- "${IMAPPORT:-143}:143"
volumes:
- kopanossl/:/kopano/ssl
@@ -386,6 +387,8 @@ services:
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
depends_on:
- kopano_server
ports:
- "${ICALPORT:-8080}:8080"
volumes:
- kopanossl/:/kopano/ssl
- kopanosocket/:/run/kopano