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 ae26776 commit a02e098Copy full SHA for a02e098
.github/workflows/main.yml
@@ -29,6 +29,8 @@ jobs:
29
ports:
30
- 5672:5672
31
- 15672:15672
32
+ volumes:
33
+ - ./conf/:/etc/rabbitmq/
34
35
steps:
36
- uses: actions/checkout@v3
0 commit comments