Merge pull request #15844 from PMohanJ/patch-1

Fix typo in bind-mounts.md
This commit is contained in:
Sebastiaan van Stijn 2022-10-11 00:25:27 +02:00 committed by GitHub
commit d8c556d26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ services:
volumes:
- type: bind
source: ./static
target: /opt/app/staticvolumes:
target: /opt/app/staticvolumes
myapp:
```