Docker installation giving error

When trying to install openflow(opencore) docker file from the openiap using the composer and bat file from GitHub - open-rpa/docker, openiap/openflow docker is getting installed but getting rebooted continuously. when checking RabbitMQ log file, I am getting this error
2025-04-21 18:20:54.470716+00:00 [info] <0.675.0> accepting AMQP connection 172.18.0.5:50728 → 172.18.0.3:5672
2025-04-21T18:20:57.477799+00:00 error: FORMATTER CRASH: {“closing AMQP connection ~tp (~ts):~nfailed to negotiate connection parameters: ~ts”,[<0.675.0>,<<“172.18.0.5:50728 → 172.18.0.3:5672”>>,“3s”,“negotiated frame_max = 4096 is lower than the minimum allowed value (8192)”]}

How to rectify this issue, I tried to change through config files and docker-compose.yml but not successful.

Thank you for reporting this, I also get the error now.
Open the dockerfile you are using ( if you are using normal-up then it’s the docker-compose.yml file ) and find amqp_url and change line to be

- amqp_url=amqp://guest:guest@rabbitmq?frameMax=0x2000