Skip to content

Commit

Permalink
merged main into intergration environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Nov 28, 2024
1 parent ed3b710 commit fccc753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
container_name: didcomm-mediator
ports:
- "8080:3000"
- "3000:8080"
env_file:
- .env
depends_on:
Expand All @@ -14,8 +14,8 @@ services:
mongodb:
image: mongo:latest
container_name: mongodb
ports:
- "27017:27017"
# ports:
# - "27017:27017"
env_file:
- .env
volumes:
Expand Down

0 comments on commit fccc753

Please sign in to comment.