diff --git a/storage/bind-mounts.md b/storage/bind-mounts.md index 3170864a9d..f51b664375 100644 --- a/storage/bind-mounts.md +++ b/storage/bind-mounts.md @@ -396,7 +396,7 @@ services: volumes: - type: bind source: ./static - target: /opt/app/staticvolumes: + target: /opt/app/staticvolumes myapp: ```