Skip to content

Instantly share code, notes, and snippets.

@trepichio
Last active January 21, 2022 19:44
Show Gist options
  • Save trepichio/f96c63556148258673adda845375ee25 to your computer and use it in GitHub Desktop.
Save trepichio/f96c63556148258673adda845375ee25 to your computer and use it in GitHub Desktop.
Fix rabbitmq worker

Add plugin management port in rabbitmq.conf file

management.tcp.port = 15672

if plugin is not enabled, enable it adding the following file enabled_plugins in data/rabbitmq/etc/ with content:

[rabbitmq_management].

docker-compose.yml

  • trocar a imagem para 3.8

Corrigir o problema de permissão

  • Entrar na pasta /data/rabbitmq/ e executar o comando:
chmod a+rwx -R etc
chmod a+rwx -R logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment