Skip to content

Commit fa4b9d4

Browse files
authored
Merge pull request #360 from Nealsvanderven/patch-1
Update how-to-run-rabbitmq-on-hypernode.md
2 parents 0e2c991 + 5a78f15 commit fa4b9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To configure RabbitMQ in Magento 2, you can run the following command:
8585

8686
```bash
8787
bin/magento setup:config:set \
88-
--amqp-host="rabbitmqmaster" \
88+
--amqp-host="rabbitmq" \
8989
--amqp-port="5672" \
9090
--amqp-user="guest" \
9191
--amqp-password="guest" \

0 commit comments

Comments
 (0)