Commit 9a17c88
committed
Remove deprecated volume commands from README documentation
This commit updates the README to remove references to the deprecated
commands db-volume-create and db-volume-remove. These commands have been
removed from the Makefile as they are redundant with Docker Compose's
built-in volume management.
Docker Compose automatically creates volumes when containers start and
the env-reset command now handles volume cleanup when needed. This
simplification reduces command duplication and better aligns with
Docker's native workflows.
The README now accurately reflects the available commands in the current
implementation, preventing confusion for users.1 parent 1349529 commit 9a17c88
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
403 | 401 | | |
404 | 402 | | |
405 | 403 | | |
| |||
0 commit comments