diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 7c11a05..591e88e 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -9,4 +9,7 @@ else rm -f /etc/Caddyfile.tpl fi +echo "Starting UI: http://${DOMAIN:-localhost}" +echo "Logs output: ${LOGLEVEL:-INFO} (${LOGFORMAT:-json})" + exec caddy run --config /etc/Caddyfile