1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-23 22:32:52 +00:00

calendar path was missing - paths need to be relative to the project root (#4)

This commit is contained in:
Thomas Müller
2019-11-18 12:38:13 +01:00
committed by Felix Bartels
parent 8915a7e3bd
commit 2564e34f3a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ services:
web:
volumes:
- ./calendar/kweb-calendar.cfg:/etc/kweb-extras/kweb-calendar.cfg
- ./kopano-calendar-0.20.0/:/usr/share/kopano-calendar/
- ./kopano-calendar-0.20.0/config.json.in:/var/www/api/config/v1/kopano/calendar/config.json
- ./calendar/kopano-calendar-0.20.0/:/usr/share/kopano-calendar/
- ./calendar/kopano-calendar-0.20.0/config.json.in:/var/www/api/config/v1/kopano/calendar/config.json
kopano_grapi:
environment:
- KCCONF_GRAPI_ENABLE_EXPERIMENTAL_ENDPOINTS=yes