Fixing port mapping
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user