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 c84a5c8 commit 966c0a2Copy full SHA for 966c0a2
.github/workflows/ci.yaml
@@ -144,12 +144,11 @@ jobs:
144
- name: Start RabbitMQ with TLS
145
run: |
146
docker run -d --name rabbitmq-tls \
147
- -e RABBITMQ_ERLANG_COOKIE='test-secret-cookie' \
148
-p 15671:15671 \
149
-p 15672:15672 \
150
-p 5672:5672 \
151
-v ${{ github.workspace }}/tests/tls/certs:/certs:ro \
152
- -v ${{ github.workspace }}/tests/tls/certs/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro \
+ -v ${{ github.workspace }}/tests/tls/certs/rabbitmq.conf:/etc/rabbitmq/conf.d/10-tls.conf:ro \
153
rabbitmq:${{ matrix.rabbitmq-series }}-management
154
155
- name: Wait for RabbitMQ to start
0 commit comments