mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
* Update kweb to latest release
the fqdn needs to be part of kweb.cfg
make port 2015 explicit
fixes #208
* testing improvements
add git to build container
improve ci testing
add kopano-ical ports to setup
* no longer run kweb as root
now possible because of fd5c7307db
may require to manually delete the kopano_web data volume since kweb user cannot read data from root user.
6 lines
63 B
Bash
Executable File
6 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
exec kwebd caddy -conf /etc/kweb.cfg -agree
|