[compose] Remove outdated content

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
pull/481/head
Kang Huaishuai 2020-11-02 18:57:51 +08:00
parent 00274b0615
commit 7d51bacb12
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
4 changed files with 0 additions and 10 deletions

View File

@ -18,10 +18,6 @@ docker-compose [-f=<arg>...] [options] [COMMAND] [ARGS...]
* `-p, --project-name NAME` 使
* `--x-networking` 使 Docker
* `--x-network-driver DRIVER` `bridge`
* `--verbose`
* `-v, --version` 退

View File

@ -11,5 +11,3 @@ services:
- .:/code
ports:
- "8000:8000"
links:
- db

View File

@ -43,8 +43,6 @@ services:
- .:/code
ports:
- "8000:8000"
links:
- db
```
[`docker-compose.yml` ](compose_file.md)

View File

@ -45,8 +45,6 @@ services:
- .:/myapp
ports:
- "3000:3000"
links:
- db
```
使 `docker-compose run`