heichong

Results 7 comments of heichong

理论上,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?

> 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...