We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0da14 commit e3c66dfCopy full SHA for e3c66df
.github/workflows/ci.yaml
@@ -149,7 +149,7 @@ jobs:
149
-p 15671:15671 \
150
-p 15672:15672 \
151
-p 5672:5672 \
152
- -v ${{ github.workspace }}/tests/tls/certs/.erlang.cookie:/var/lib/rabbitmq/.erlang.cookie:ro \
+ -v ${{ github.workspace }}/tests/tls/certs/.erlang.cookie:/var/lib/rabbitmq/.erlang.cookie \
153
-v ${{ github.workspace }}/tests/tls/certs:/certs:ro \
154
-v ${{ github.workspace }}/tests/tls/certs/rabbitmq.conf:/etc/rabbitmq/conf.d/10-tls.conf:ro \
155
rabbitmq:${{ matrix.rabbitmq-series }}-management
0 commit comments