Skip to content

Commit

Permalink
Switch to privileged mode for running rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Mar 12, 2024
1 parent 2504df2 commit b7c3421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

image:
file: .gitpod.dockerfile

Expand Down Expand Up @@ -41,9 +40,10 @@ tasks:
docker run
--hostname green-rabbit
-p 5672:5672
--rm
--rm
--privileged
--name green-rabbit
bitnami/rabbitmq:3.11
rabbitmq:3.11
- name: mailhog
command: >
Expand Down

0 comments on commit b7c3421

Please sign in to comment.