heichong
heichong
为什么没有使用事务的方法?
这个应该和 #15 是一个问题,感觉还是没解决
理论上,es的密码应该通过JAVA_OPTS可以传递 ``` services: # *不要调整knowstreaming-manager服务名称,ui中会用到 knowstreaming-manager: image: knowstreaming/knowstreaming-manager:latest container_name: knowstreaming-manager privileged: true restart: always expose: - 80 command: - /bin/sh - /ks-start.sh environment: TZ: Asia/Shanghai # mysql服务地址 SERVER_MYSQL_ADDRESS: 10.3.4.179:3306 #...
Is there any way to support SASL_PLAINTEXT ? @danielqsj
I encountered the same problem, is this a bug?
At present, some URLs are still unavailable.
> Please update the following lines in the ./firecrawl/apps/api/Dockerfile: > > ``` > RUN cd /app/sharedLibs/go-html-to-md && \ > go mod tidy && \ > go build -o html-to-markdown.so -buildmode=c-shared...