[GH-ISSUE #805] Issue with latest rabbimq image 4.1.0+ #378

Closed
opened 2026-02-26 10:32:15 +03:00 by kerem · 1 comment
Owner

Originally created by @le-zell on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/805

Hello when we are pulling our docker-compose (with latest rabbitmq image 4.1.0+),

we have errors like explained here :

https://github.com/rabbitmq/rabbitmq-server/discussions/13616

due to breaking changes explained here : https://github.com/rabbitmq/rabbitmq-server/blob/main/release-notes/4.1.0.md#initial-amqp-0-9-1-maximum-frame-size

The document server does not work at all.

Tried with onlyoffice/documentserver-ee:8.3.3 and onlyoffice/documentserver-ee:8.3.2 images.

only workaround fix that i found rabbitmq image to 4.0.9 version like :

onlyoffice-rabbitmq:
    container_name: onlyoffice-rabbitmq
    image: rabbitmq:4.0.9
    restart: always
    expose:
      - '5672'

docker compose pull / down / up => it's working.

Originally created by @le-zell on GitHub (Apr 18, 2025). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/805 Hello when we are pulling our docker-compose (with latest rabbitmq image 4.1.0+), we have errors like explained here : https://github.com/rabbitmq/rabbitmq-server/discussions/13616 due to breaking changes explained here : https://github.com/rabbitmq/rabbitmq-server/blob/main/release-notes/4.1.0.md#initial-amqp-0-9-1-maximum-frame-size The document server does not work at all. Tried with onlyoffice/documentserver-ee:8.3.3 and onlyoffice/documentserver-ee:8.3.2 images. only workaround fix that i found rabbitmq image to 4.0.9 version like : ``` onlyoffice-rabbitmq: container_name: onlyoffice-rabbitmq image: rabbitmq:4.0.9 restart: always expose: - '5672' ``` docker compose pull / down / up => it's working.
kerem 2026-02-26 10:32:15 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@igwyd commented on GitHub (Apr 21, 2025):

Duplicate of #https://github.com/ONLYOFFICE/DocumentServer/issues/3204

<!-- gh-comment-id:2818632594 --> @igwyd commented on GitHub (Apr 21, 2025): Duplicate of #https://github.com/ONLYOFFICE/DocumentServer/issues/3204
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#378
No description provided.