mirror of https://github.com/docker/docs.git
Update 06_bind_mounts.md (#20894)
persisting data was moved to part 4. fix the link description.
This commit is contained in:
parent
4021d76e8b
commit
ff746c9324
|
|
@ -10,7 +10,7 @@ aliases:
|
|||
- /guides/workshop/06_bind_mounts/
|
||||
---
|
||||
|
||||
In [part 5](./05_persisting_data.md), you used a volume mount to persist the
|
||||
In [part 4](./05_persisting_data.md), you used a volume mount to persist the
|
||||
data in your database. A volume mount is a great choice when you need somewhere
|
||||
persistent to store your application data.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue