Skip to content

Commit

Permalink
Migrate to Compose V2 for the usage examples in the repo: replace doc…
Browse files Browse the repository at this point in the history
…ker-compose.yaml to compose.yaml
  • Loading branch information
furdarius committed Mar 3, 2024
1 parent 8c35f86 commit 0cbcfc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions examples/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
rabbitmq:
image: rabbitmq:3.13-management
ports:
- "5672:5672"
- "15672:15672"
6 changes: 0 additions & 6 deletions examples/docker-compose.yaml

This file was deleted.

0 comments on commit 0cbcfc5

Please sign in to comment.