Skip to content

Commit

Permalink
Expose container ports
Browse files Browse the repository at this point in the history
Signed-off-by: Till Wegmüller <[email protected]>
  • Loading branch information
Toasterson committed Jul 11, 2023
1 parent 7916a3a commit 5b04747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ services:
RABBITMQ_DEFAULT_PASS: "dev"
volumes:
- rabbitmq:/var/lib/rabbitmq
ports:
- 8090:15672
- 8080:5672


volumes:
Expand Down

0 comments on commit 5b04747

Please sign in to comment.