1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-26 09:16:38 +00:00

forward ports to kopano_server for easy local testing

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-01-04 13:43:02 +01:00
parent 0a96798431
commit 703995e431

View File

@ -148,6 +148,9 @@ services:
- db - db
- ldap - ldap
- kopano_ssl - kopano_ssl
ports:
- 236:236
- 237:237
environment: environment:
- SERVICE_TO_START=server - SERVICE_TO_START=server
- TZ=${TZ} - TZ=${TZ}