mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
Fix minor YAML typo
Signed-off-by: David Beitey <david@davidjb.com>
This commit is contained in:
parent
e502417df2
commit
0287486b14
@ -796,7 +796,7 @@ called `data` and mount it into the `db` service's containers.
|
|||||||
You can also specify the name of the volume separately from the name used to
|
You can also specify the name of the volume separately from the name used to
|
||||||
refer to it within the Compose file:
|
refer to it within the Compose file:
|
||||||
|
|
||||||
volumes
|
volumes:
|
||||||
data:
|
data:
|
||||||
external:
|
external:
|
||||||
name: actual-name-of-volume
|
name: actual-name-of-volume
|
||||||
|
Loading…
x
Reference in New Issue
Block a user