Docker + nginx + MySQL + PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

4 lines
196 B

# 运行用户,默认root用户,生产环境建议更改为其它普通用户
USER=root
# MySQL初始化密码,默认3306,运行前请修改为其它复杂密码
MYSQL_ROOT_PASSWORD=root3306