mirror of https://github.com/docker/docs.git
Fix typo in bind-mounts.md
This commit is contained in:
parent
1e7087c417
commit
bda82b6384
|
@ -396,7 +396,7 @@ services:
|
|||
volumes:
|
||||
- type: bind
|
||||
source: ./static
|
||||
target: /opt/app/staticvolumes:
|
||||
target: /opt/app/staticvolumes
|
||||
myapp:
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue