Skip to content

Commit

Permalink
Limit rabbitmq docker image to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed May 29, 2024
1 parent 12e0dab commit 9b9d6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dockerenv =
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-rabbit tcp_listeners [5672]

[docker:rabbitmq]
image = rabbitmq
image = rabbitmq:3.12
ports = 5672:5672/tcp
healthcheck_cmd = /bin/bash -c 'rabbitmq-diagnostics ping -q'
healthcheck_interval = 10
Expand Down

0 comments on commit 9b9d6a0

Please sign in to comment.