mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
remove redundant back slash
I think this is a redundant back slash, should be removed.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user