Ai
3 Star 28 Fork 12

emei8/vuecmf-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
huahua365 提交于 2025-01-01 19:06 +08:00 . 增加支持docker方式部署
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: vuecmf-php
volumes:
- .:/var/www/html
ports:
- "9000:9000"
web:
image: nginx:alpine
container_name: vuecmf-nginx-server
ports:
- "8080:80"
volumes:
- .:/var/www/html
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
depends_on:
- app
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/emei/vuecmf-php.git
git@gitee.com:emei/vuecmf-php.git
emei
vuecmf-php
vuecmf-php
main

搜索帮助