mirror of https://github.com/docker/docs.git
Merge pull request #15844 from PMohanJ/patch-1
Fix typo in bind-mounts.md
This commit is contained in:
commit
d8c556d26c
|
@ -396,7 +396,7 @@ services:
|
|||
volumes:
|
||||
- type: bind
|
||||
source: ./static
|
||||
target: /opt/app/staticvolumes:
|
||||
target: /opt/app/staticvolumes
|
||||
myapp:
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue