Fixing port mapping

This commit is contained in:
Steve Smith
2019-01-21 17:23:50 -05:00
parent 2a6939ad02
commit 2bf7f9f78b

View File

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