Skip to content

Commit

Permalink
Fixed devcontainer port (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoggsb authored Nov 10, 2020
1 parent 8ae08e5 commit 3a2d660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- 3000
- 3000:3000
volumes:
- ..:/workspace/price-search-api:cached
# Overrides default command so things don't shut down after the process ends.
Expand All @@ -16,4 +16,4 @@ services:
mongo:
image: mongo
ports:
- 27017
- 27017:27017

0 comments on commit 3a2d660

Please sign in to comment.