mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
calendar path was missing - paths need to be relative to the project root (#4)
This commit is contained in:
committed by
Felix Bartels
parent
8915a7e3bd
commit
2564e34f3a
+1
-1
@@ -8,4 +8,4 @@ dive.log
|
||||
*.env
|
||||
docker-compose.override.yml
|
||||
build.tags
|
||||
kopano-calendar-*/
|
||||
calendar/kopano-calendar-*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user