Merge pull request #310 from dotnet-architecture/remove-ssl-from-dockeroverride
Removing https from override
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
eshopwebmvc:
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
- ASPNETCORE_URLS=https://+:443;http://+:80
|
||||
- ASPNETCORE_HTTPS_PORT=5443
|
||||
ports:
|
||||
- "5106:80"
|
||||
- "5443:443"
|
||||
volumes:
|
||||
- ~/.aspnet/https:/root/.aspnet/https:ro
|
||||
- ~/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro
|
||||
eshopwebmvc:
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
- ASPNETCORE_URLS=http://+:80
|
||||
ports:
|
||||
- "5106:80"
|
||||
volumes:
|
||||
- ~/.aspnet/https:/root/.aspnet/https:ro
|
||||
- ~/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro
|
||||
Reference in New Issue
Block a user