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:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./static
|
source: ./static
|
||||||
target: /opt/app/staticvolumes:
|
target: /opt/app/staticvolumes
|
||||||
myapp:
|
myapp:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue