# Please refer https://aka.ms/HTTPSinContainer on how to setup an https developer certificate for your ASP .NET Core service. version: '3.4' services: devhiveweb: image: devhiveweb build: context: . dockerfile: ./Dockerfile ports: - 80 environment: - ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_URLS=http://+:80 volumes: - ~/.vsdbg:/remote_debugger:rw