# PROJECT: 康来生物有限公司kicc(智慧冷链)分布式架构平台 # VERSION: 1.0.0 # Author: 康来生物科技有限公司-王翔 version: '3' services: nginx: build: context: . restart: always container_name: nginx image: nginx network_mode: 'host' ports: - 80:80 - 443:443