if [ -n "${FQDN}" ]; then HOST_RULE="Host(\`${FQDN}\`)" else HOST_RULE="Host(\`${PUBLIC_IP}\`)" fi if [ ${PUBLIC_PORT} -eq 443 ]; then ENTRYPOINT=websecure else ENTRYPOINT=jitsi-meet fi cat <