Hardcode rabbitmq version in example compose file
This commit is contained in:
parent
7e598d94bd
commit
b3c3594a50
|
|
@ -23,7 +23,7 @@ services:
|
|||
- memcached
|
||||
|
||||
rabbitmq:
|
||||
image: docker.io/rabbitmq
|
||||
image: docker.io/rabbitmq:3
|
||||
volumes:
|
||||
- ./rabbitmq_plugins:/etc/rabbitmq/enabled_plugins
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue