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