Fix typo in bind-mounts.md

This commit is contained in:
Mohan_J 2022-10-10 21:06:38 +05:30 committed by GitHub
parent 1e7087c417
commit bda82b6384
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:
```