fix: using bind-mounts with compose (#15851)

This commit is contained in:
kazumaru kurai
2022-10-18 18:46:11 +09:00
committed by GitHub
parent 406b745fa3
commit 32f8a25904

View File

@@ -396,7 +396,8 @@ services:
volumes:
- type: bind
source: ./static
target: /opt/app/staticvolumes
target: /opt/app/static
volumes:
myapp:
```