mirror of https://github.com/docker/docs.git
remove redundant back slash
I think this is a redundant back slash, should be removed.
This commit is contained in:
parent
803f94f648
commit
c8b449e7e0
|
@ -77,7 +77,7 @@ add to their successors.
|
|||
For example, consider this command line:
|
||||
|
||||
```
|
||||
$ docker-compose -f docker-compose.yml -f docker-compose.admin.yml run backup_db`
|
||||
$ docker-compose -f docker-compose.yml -f docker-compose.admin.yml run backup_db
|
||||
```
|
||||
|
||||
The `docker-compose.yml` file might specify a `webapp` service.
|
||||
|
|
Loading…
Reference in New Issue