mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-21 05:13:22 +00:00
add version tagging to the web and konnect image (#78)
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$EMAIL" = "self_signed" ]; then
|
||||
# do not use the '-host' option if using a self signed cert
|
||||
exec kwebd caddy -conf /etc/kweb.cfg -agree
|
||||
else
|
||||
exec kwebd caddy -conf /etc/kweb.cfg -agree -host "$FQDN"
|
||||
fi
|
||||
Reference in New Issue
Block a user