mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Fix readme formatting
This commit is contained in:
parent
84ea31dc92
commit
ed1918ef09
@ -136,9 +136,11 @@ Running a one-off command
|
||||
|
||||
If you want to run a management command, use `plum run` to start a one-off container:
|
||||
|
||||
```bash
|
||||
$ plum run db createdb myapp_development
|
||||
$ plum run web rake db:migrate
|
||||
$ plum run web bash
|
||||
```
|
||||
|
||||
|
||||
Running more than one container for a service
|
||||
@ -146,6 +148,7 @@ Running more than one container for a service
|
||||
|
||||
You can set the number of containers to run for each service with `plum scale`:
|
||||
|
||||
```bash
|
||||
$ plum up -d
|
||||
db is running at 127.0.0.1:45678
|
||||
web is running at 127.0.0.1:45679
|
||||
@ -154,6 +157,4 @@ You can set the number of containers to run for each service with `plum scale`:
|
||||
Stopped db (127.0.0.1:45678)
|
||||
Started web (127.0.0.1:45680)
|
||||
Started web (127.0.0.1:45681)
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user