Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olahallvall authored May 14, 2024
1 parent faadae2 commit 7757df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: "3.2"
services:

rabbitmq:
image: rabbitmq:3-management
container_name: rabbitmq
Expand All @@ -24,5 +25,3 @@ services:
- ./data:/var/opt/mssql/data
- ./log:/var/opt/mssql/log
- ./secrets:/var/opt/mssql/secrets

# docker exec rabbitmq rabbitmq-plugins enable rabbitmq_stream

0 comments on commit 7757df3

Please sign in to comment.