1 Star 0 Fork 703

曼宁新能源 / IoTSharp

forked from IoTSharp / IoTSharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.override.yml 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.4'
services:
iotsharp:
image: ${DOCKER_REGISTRY-}iotsharp
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://+:80
ports:
- "2927:80"
volumes:
- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
- ./appsettings.Development.json:/app/appsettings.Development.json
build:
context: .
dockerfile: IoTSharp/Dockerfile
C#
1
https://gitee.com/uussoft/IoTSharp.git
git@gitee.com:uussoft/IoTSharp.git
uussoft
IoTSharp
IoTSharp
master

搜索帮助