- There are issues with generating a local cert when trying to run this project from the docker-compose at the moment. Removing the https bits for now until so the docker-compose will work right after cloning the project.
11 lines
290 B
YAML
11 lines
290 B
YAML
version: '3.4'
|
|
services:
|
|
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 |