Skip to content

Commit

Permalink
Adding ports to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednasserswe committed Oct 17, 2023
1 parent 17d0357 commit d186365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
- elasticmq
volumes:
- ./:/app
ports:
- "${PRESTO_PORT}:${PRESTO_PORT}"
elasticmq:
image: softwaremill/elasticmq
hostname: presto-elasticmq
Expand Down

0 comments on commit d186365

Please sign in to comment.