mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-26 19:55:23 +00:00
Add blank lines before headers
This commit is contained in:
@@ -195,6 +195,7 @@ env_file:
|
||||
环境变量文件中每一行必须符合格式,支持 `#` 开头的注释行。
|
||||
|
||||
```bash
|
||||
|
||||
## common.env: Set development environment
|
||||
|
||||
PROG_ENV=development
|
||||
@@ -558,6 +559,7 @@ db:
|
||||
在当前目录新建 `.env` 文件并写入以下内容。
|
||||
|
||||
```bash
|
||||
|
||||
## 支持 # 号注释
|
||||
|
||||
MONGO_VERSION=3.6
|
||||
|
||||
Reference in New Issue
Block a user