Skip to content

Commit

Permalink
Fixing port mapping
Browse files Browse the repository at this point in the history
ardalis committed Jan 21, 2019
1 parent 2a6939a commit 2bf7f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "5107:5107"
- "5107:80"

eshopwebmvc:
image: eshopwebmvc
@@ -19,7 +19,7 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "5106:5106"
- "5106:80"

networks:
default:

0 comments on commit 2bf7f9f

Please sign in to comment.