From bda82b638492e85fce1c846c1c3f50b936cee591 Mon Sep 17 00:00:00 2001 From: Mohan_J <57227290+PMohanJ@users.noreply.github.com> Date: Mon, 10 Oct 2022 21:06:38 +0530 Subject: [PATCH] Fix typo in bind-mounts.md --- storage/bind-mounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```