Skip to content

Commit e1cb201

Browse files
Fix rabbitmq volumes (#793)
* 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: Update the volumes to persist rabbitmq data --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 69e0977 commit e1cb201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/rabbitmq.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rabbitmq:
1010
RABBITMQ_VHOST: '${RABBITMQ_VHOST}'
1111
RABBITMQ_QUEUE: '${RABBITMQ_QUEUE}'
1212
volumes:
13-
- 'sail-rabbitmq:/rabbitmq_data'
13+
- 'sail-rabbitmq:/var/lib/rabbitmq'
1414
networks:
1515
- sail
1616
healthcheck:

0 commit comments

Comments
 (0)