mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
fix: using bind-mounts with compose (#15851)
This commit is contained in:
@@ -396,7 +396,8 @@ services:
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./static
|
||||
target: /opt/app/staticvolumes
|
||||
target: /opt/app/static
|
||||
volumes:
|
||||
myapp:
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user