From 32f8a259049147f0a072c3f83cf1b64671d7d1bd Mon Sep 17 00:00:00 2001 From: kazumaru kurai <467218+kzmr@users.noreply.github.com> Date: Tue, 18 Oct 2022 18:46:11 +0900 Subject: [PATCH] fix: using bind-mounts with compose (#15851) --- storage/bind-mounts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: ```