https://github.com/infiniflow/ragflow
2. runs ragflow in docker after setting up to ensure a successful launch of the system before enter username and password.
$ cd ragflow/docker
$ docker compose -f docker-compose.yml up -d
$ docker logs -f ragflow-server
With the default settings, you only need to enter http://IP_OF_YOUR_MACHINE (sans port number) as the default HTTP serving port 80 can be omitted when using the default configurations.


