Skip to content

Commit 86a14e6

Browse files
Add the hostname for RabbitMQ (#796)
* feat: Add RabbitMQ service * fix: Correct the image name * Update InteractsWithDockerComposeServices.php * fix: Update the volumes to persist rabbitmq data * Update volumes to the previous value * fix: Add the hostname --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent e1cb201 commit 86a14e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/rabbitmq.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
rabbitmq:
22
image: 'rabbitmq:4-management'
3+
hostname: 'rabbitmq'
34
ports:
45
- '${FORWARD_RABBITMQ_PORT:-5672}:5672'
56
- '${FORWARD_RABBITMQ_DASHBOARD_PORT:-15672}:15672'

0 commit comments

Comments
 (0)