-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# docker-lnmp | ||
docker 集成环境配置 | ||
docker lnmp+redis集成环境配置,由于是在win7下使用boot2docker安装的docker,mysql的配置有些奇特,配置文件挂载得比较麻烦,不易修改,mysql的持久化目录也挂载不到win7共享目录下面 直接挂载到Oracle VM VirtualBox的指定目录下/data/storage/mysql57 | ||
win7和VirtualBox的共享目录名为dockershare | ||
lnmp-config里面是配置文件(mysql除外,mysql的配置文件在mysql57里面) | ||
app为php代码目录 | ||
data/storage为redis的数据持久化目录,mysql在使用boot2docker的时候不能把持久化目录指定到win7的分享目录里面 要不mysql各种问题 | ||
data/logs 日志目录 |