mirror of
https://github.com/docker/compose.git
synced 2025-07-29 00:24:12 +02:00
Fix -d description
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
81cbf558c3
commit
52c19bf96c
@ -169,8 +169,8 @@ open `http://ip-from-boot2docker:5000` and you should get a message in your brow
|
||||
Refreshing the page will increment the number.
|
||||
|
||||
If you want to run your services in the background, you can pass the `-d` flag
|
||||
(for daemon mode) to `docker-compose up` and use `docker-compose ps` to see what
|
||||
is currently running:
|
||||
(for "detached" mode) to `docker-compose up` and use `docker-compose ps` to
|
||||
see what is currently running:
|
||||
|
||||
$ docker-compose up -d
|
||||
Starting composetest_redis_1...
|
||||
|
Loading…
x
Reference in New Issue
Block a user