企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
>[info] 构建 nginx 镜像 1. 构建 `docker-compose` 文件 ~~~ version: "3" services: nginx1: image: daocloud.io/library/nginx:1.19.1-perl ports: - "80:80" ~~~ 2. 启动 ``` docker-compose up -d ``` 3. 查看 ``` docker-compose images ```