Skip to content

Commit 5a78f15

Browse files
Update how-to-run-rabbitmq-on-hypernode.md
fix: Use the correct hostname for the setup
1 parent 0e2c991 commit 5a78f15

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)