Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 225 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 225 Bytes

dnmp

搭建php环境,DOCKER PHP NGINX MYSQL

# 复制配置文件
cp .env.example .env
cp .docker-compose.sample.yaml docker-compose.yml

# 启动
docker-compose up
# 后台启动
docker-compose up -d