Skip to content

Commit a09144f

Browse files
lanphanbestlong
authored andcommitted
persistent RabbitMQ (laradock#1956)
1 parent 9e4dfa2 commit a09144f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,9 @@ services:
505505
environment:
506506
- RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER}
507507
- RABBITMQ_DEFAULT_PASS=${RABBITMQ_DEFAULT_PASS}
508+
hostname: laradock-rabbitmq
509+
volumes:
510+
- ${DATA_PATH_HOST}/rabbitmq:/var/lib/rabbitmq
508511
depends_on:
509512
- php-fpm
510513
networks:

0 commit comments

Comments
 (0)