Updated docker-compose port

This commit is contained in:
Steve Smith
2019-01-28 15:22:09 -05:00
parent 9d75890302
commit 746c0c9945

View File

@@ -9,9 +9,4 @@ services:
environment: environment:
- ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_ENVIRONMENT=Development
ports: ports:
- "5106:5106" - "5106:80" # the aspnetcore container sets 80 as the default port
networks:
default:
external:
name: nat