Skip to content

Commit

Permalink
Removed explicit setting of default guest user (#2682)
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
  • Loading branch information
ktmitton and cijothomas authored Nov 26, 2021
1 parent 3fea4e8 commit 580a2a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/MicroserviceExample/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ services:

rabbitmq:
image: rabbitmq:3-management-alpine
environment:
- RABBITMQ_DEFAULT_USER=guest
- RABBITMQ_DEFAULT_PASS=guest
ports:
- 5672:5672
- 15672:15672
Expand Down

0 comments on commit 580a2a5

Please sign in to comment.