[compose] Remove outdated content

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2020-11-02 18:57:51 +08:00
parent 00274b0615
commit 7d51bacb12
4 changed files with 0 additions and 10 deletions

View File

@@ -45,8 +45,6 @@ services:
- .:/myapp
ports:
- "3000:3000"
links:
- db
```
所有文件就绪后我们就可以通过使用 `docker-compose run` 命令生成应用的骨架了