Skip to content

Commit

Permalink
remove enable plugin from the make file
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Nov 23, 2023
1 parent 49b3ee4 commit b3fc957
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ rabbitmq-server-tls:
-v $(shell pwd)/compose/tls/conf/:/etc/rabbitmq/ -v $(shell pwd)/compose/tls/tls-gen/basic/result/:/certs \
-e RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="-rabbitmq_stream advertised_host localhost" \
--pull always \
docker.io/rabbitmq:3.13-rc-management
sleep 5
docker exec rabbitmq-stream-client-test rabbitmq-plugins enable rabbitmq_stream_management rabbitmq_amqp1_0 rabbitmq_auth_mechanism_ssl


docker.io/rabbitmq:3.13-rc-management



0 comments on commit b3fc957

Please sign in to comment.