moo-nin
moo-nin
[Bug]: Registration and login are unresponsive,ragflow-es-01 container keep restarting on macmini m4
Change service.environment in docker/docker-compose-base.yml : environment: - node.name=es01 - ELASTIC_PASSWORD=${ELASTIC_PASSWORD} - bootstrap.memory_lock=false - discovery.type=single-node - xpack.security.enabled=true - xpack.security.http.ssl.enabled=false - xpack.security.transport.ssl.enabled=false - cluster.routing.allocation.disk.watermark.low=5gb - cluster.routing.allocation.disk.watermark.high=3gb - cluster.routing.allocation.disk.watermark.flood_stage=2gb - TZ=${TIMEZONE} - "ES_JAVA_OPTS=-XX:UseSVE=0"...
[Bug]: Registration and login are unresponsive,ragflow-es-01 container keep restarting on macmini m4
> Change service.environment in docker/docker-compose-base.yml : environment: - node.name=es01 - ELASTIC_PASSWORD=${ELASTIC_PASSWORD} - bootstrap.memory_lock=false - discovery.type=single-node - xpack.security.enabled=true - xpack.security.http.ssl.enabled=false - xpack.security.transport.ssl.enabled=false - cluster.routing.allocation.disk.watermark.low=5gb - cluster.routing.allocation.disk.watermark.high=3gb - cluster.routing.allocation.disk.watermark.flood_stage=2gb - TZ=${TIMEZONE} -...
[Bug]: Registration and login are unresponsive,ragflow-es-01 container keep restarting on macmini m4
> > Change service.environment in docker/docker-compose-base.yml : environment: - node.name=es01 - ELASTIC_PASSWORD=${ELASTIC_PASSWORD} - bootstrap.memory_lock=false - discovery.type=single-node - xpack.security.enabled=true - xpack.security.http.ssl.enabled=false - xpack.security.transport.ssl.enabled=false - cluster.routing.allocation.disk.watermark.low=5gb - cluster.routing.allocation.disk.watermark.high=3gb - cluster.routing.allocation.disk.watermark.flood_stage=2gb - TZ=${TIMEZONE}...
> If you are deploying using Docker compose,just set the `ES_HOST`/`MYSQL_HOST`/`MINIO_HOST`/`REDIS_HOST` in docker/.env to `127.0.0.1` That problem still exists . Nothing changed except for the host: Waiting Elasticsearch http://127.0.0.1:1200 to...